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.
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


