Difference between revisions of "File upload guide"
(→Error logs) |
(→Error logs) |
||
Line 6: | Line 6: | ||
== Error logs == | == Error logs == | ||
+ | |||
At the moment the system performs four types of error checks: | At the moment the system performs four types of error checks: | ||
<ol> | <ol> | ||
− | <li>Missing_columns</li> | + | <li>'''Missing_columns''' - mandatory columns are missing in the uploaded file.</li> |
− | <li>Invalid_datatype</li> | + | <li>'''Invalid_datatype''' - cells with data of type other than desribed in [[File_formats|File formats section]]. </li> |
− | <li>Unrecognized_values</li> | + | <li>'''Unrecognized_values'''</li> |
− | <li>Scale/Value_mismatch</li> | + | <li>'''Scale/Value_mismatch'''</li> |
</ol> | </ol> |
Revision as of 16:27, 4 September 2019
To upload a file, use the "UPLOAD DATA" menu option.
Note that the system accepts only .csv, .xls, .xlsx files. Please, ensure that data formatted according to templates described in File formats .
Error logs
At the moment the system performs four types of error checks:
- Missing_columns - mandatory columns are missing in the uploaded file.
- Invalid_datatype - cells with data of type other than desribed in File formats section.
- Unrecognized_values
- Scale/Value_mismatch