All Collections
Importing + Exporting
Exporting
Can I get a backup of my data in a CSV file?
Can I get a backup of my data in a CSV file?
Wealthbox Team avatar
Written by Wealthbox Team
Updated over a week ago

You can download your backup data into a file containing all of the data that you’ve inputted into the system in either XML or JSON format. Both XML and JSON contain the same information, however the data is formatted differently in each. Full data exports will require some level of scripting in order to extract the data so it’s best to ask the technical person in your organization which they prefer.

If you have access to Microsoft Access, below are some instructions to create CSV files of your data.

  1. Open Microsoft Access 2003 and create a new, blank database.

  2. From the Access menu bar, select File > Get External Data > Import.

  3. From the File Type dropdown, select XML and then choose your XML file.

  4. Click OK…now you should see separate tables with your data.

To create individual CSV files, for example a notes file:

  1. Click “Create” in the menu bar

  2. Within the Queries section, click Query Design

  3. A box will appear “Show Table:”…add Contact, Note and User and click Close

  4. To “relate” fields within the tables, drag “Resource ID” from the Notes table to “ID” in the contact table to create a line…double click on the line to see the “join properties” and choose the radio that includes ALL records from notes and only records from contacts where joined fields are equal.

  5. Drag “ID” field from User table to “Creator” from note table. Double click on the line to see the “join properties” and choose the radio that includes ALL records from notes and only records from User where joined fields are equal.

  6. Drag all fields from the note table to the bottom of the screen and add first name and last name from the user and contact tables.

  7. Click the “!” Run button at the top left screen.

  8. Click “External data” from the menu bar and click “export” and choose “excel”

  9. Name the file, export data with formatting

Note: We recommend exporting your contacts from the Contact list page for full details.

Did this answer your question?