Get Started
Multiple Sheets
Multiple Sheets
Often you’ll want to import data that actually implicitly has multiple data schemas within it. For example, consider importing a CSV of employees working across multiple companies.
In the above example, the company fields are actually duplicated for both Emily and Chris.
In this case, you’d most likely have a database table called employees
and another one called companies
, so this import should create 3 users but only 2 companies.
HelloCSV allows you to split the employee
data and company
data into separate sheets on the frontend, before the upload, to give the user a chance to review the upload and make edits.
Here is an example HelloCSV definition for the data above:
Screenshots
Preview
Mapping
Employees Sheet
Companies Sheet