The system requires that the file being updated has the same structure as when it was created.
As part of configuring an upload, we also establish a set of properties that must remain consistent every time a new file is uploaded.
These properties include:
- The file’s structure, meaning which columns are included in the file.
- The names of the columns.
- The order of the columns.
- Lastly, the file’s character encoding (format/encoding) and delimiter must remain the same.
If you attempt to upload a file that does not meet the specified requirements, the system will display a message dialog. This dialog provides information about the expected columns and the specific order in which they should appear.
All details regarding the expected file format are also documented under each Upload in the Manual Upload tab. Additionally, if a manual upload is performed, the system checks the file to ensure it has the correct structure. If it does not, the user will see a dialog describing the expected structure.
-
Columns must be in the same order as in the original file, and all headers must be spelled exactly the same.
-
When a new file is uploaded, the old file will be overwritten.
Related Content:
Last updated: 28 November, 2024