Format
Details
File Types
We cover many file types, including images, text documents, PDFs, and other text-based files.
File Format
You have two options to choose from:
Individual Files: These are single files with a maximum size of 50 MB. For optimal performance, keeping the file size below 50 MB is recommended, ideally around 45 MB.
Zip Files: If you have a large batch of files, you can compress them into a zip file with a maximum size of 400MB.Â
Watch the guided demo below to see how to import files in bulk.
You can also follow the same steps using the written guide below.
Go to Settings > System Settings.
Select the Bulk Import Files.
Click the Choose files button to select the files you want to import. You can upload multiple files simultaneously or zip files.
Select Upload to proceed.
Please wait for the system to complete the importing process.
Click the Download button to export a CSV file containing the details of your imported files.
You've successfully imported your files in bulk. The CSV file provides essential information, including unique keys for each file stored in AWS S3.
When working with the CSV file, ensure that you include a column with the corresponding file keys received from the bulk files import process. Depending on your scenario, there are two cases to consider:
Importing a Single File
Importing Multiple Files
If you're importing multiple files, you will get all the data from every imported files in one CSV file. Please ensure that you format the file keys in an array format, as shown in the example below:
"[{""key"":""file's key"",""name"":""file's name"",""size"":26726,""type"":""image/png""},{""key"":""file's key"",""name"":""file's name"",""size"":25927,""type"":""image/png""},{""key"":""file's key"",""name"":""file's name"",""size"":20695,""type"":""image/png""}]"
📘 Info:
For detailed instructions on importing the CSV file into the specific record, please refer to the Importing Spreadsheets page.