Requirements

Imported data must comply with the following requirements:

  • the maximum size of the data that can be uploaded is 100 Mo

  • the data format should match the Content-Type configured on the Document Import (e.g. it must be formatted using CSV or NDJSON - see below)

If you need to import a file than is larger than 100 Mo, please split it before using the upload API and make multiple requests. To split a massive file on linux you can use the following command:

split -l <LINE_NUMBER> ./your/file/path

Last updated