Imports
Load records into a collection from a CSV file.
Last updated
Load records into a collection from a CSV file.
Imports load records into a collection from an uploaded CSV file, with a column-to-field mapping β the fastest way to move existing data into Norbix.

Import starts the import wizard. Each run appears as a row that updates live while the import processes: Initiated On (links to the details), Schema (links to the target collection's records), Status, Imported / Total, and Errors with a download link for the run's errors.txt.
Statuses: Created, Processing, Completed, Completed with issues (completed, but some rows failed validation), and Failed. A Delete action removes a finished import together with its stored CSV and errors.txt β a running import cannot be deleted.
Imports store their files in the project's file storage, so the Files module with an enabled files integration is required.
Database in the SDK reference.
Endpoints: Database.
Last updated