Importing and Exporting

Steps can import and export their records with CSV files. The format of the export is a mirror for what the import expects to see. That is, if you want to import data into the system, you should fill out forms for the Step you want, e.g. Customer, Entity etc. Then save and then export the Step you just created to see the expected CSV headers.

Importing

A few things to note:

  • Imports can be mass deleted if something is missing or wrong. Just go to the top menu -> Imports -> Import Row -> Delete Imported Records. This will delete all records that were imported as part of that upload.
  • We can't guarantee uploads will be processed in exact row order.
  • Be patient depending on what you're uploading or consider batching into multiple files.

In terms of formatting:

  • Currencies need to be like USD, BTC, CAD, etc.
  • Countries are the two character ISO code like US, CA, MX, etc.
For dates, the following formats would be parsed properly:
  • 2023-10-25
  • 2023-10-25 00:00:00 UTC
  • Wed, 25 Oct 2023 00:00:00 +0000
  • 2021-07-03T23:21:48.007Z
  • 2007-04-05T12:30-06:00

Note however, that if you use slashes, the dates are US centric and should look like m/d/yy or mm/dd/yyyy.

  • 8/27/2024
  • 8/9/24 (same as 09 Aug 2024)
  • 08/27/2024 00:00
  • 08/27/24 00:00
When in doubt, always create Steps using our forms and then export that data to see what the expected formats are.

Exporting

  • Only columns that aren't entirely empty blank in an export actually get exported. If you'd like to see a list of all available headers, you can click Bulk Import -> Download Template to see an empty sheet.
  • When you click Export, it will apply any search query you currently have in terms of states, orders, queries, etc.
  • Fields that allow multiple values will have a suffix that is a number on fields after the first. For example you could have Address, Address 2, Address 3 or Business Phone, Business 2 Phone (or even Business 2 Phone 2).

$refs

By using a $ref, you can replace any columns of a CSV with data from elsewhere in the system. For example, a set of columns like Person First Name, Person Last Name, etc. can be replaced with a column called Person $ref where the row value is the unique key for a Person step. This assumes that the account you're referencing has fields called First Name, Last Name, and so on.

Note that for now we don't raise an error if a $ref isn't found, you'll just get blank data for those records. You can always use the import bulk delete feature to try again.

Enums

Some row values in an upload might be numeric or abbreviations for longer things. These are usually defined in the top menu -> Enums. You can view a mapping for each Enum if you want to find out what values to substitute for your upload.