Support, data and security / Data migration and import
How do you import data from CSV?
To import a CSV, we define the encoding, separator, headers, data types, and unique identifiers. We map the columns to the new system, validate rows and values, produce an error report, and test on a sample before the final import. The original file is kept as a reference for the migration.
Was this answer helpful?

