Difference between revisions of "File upload guide"
(→Error logs) |
|||
Line 6: | Line 6: | ||
== Error logs == | == Error logs == | ||
+ | At the moment the system performs four types of error checks: | ||
+ | <ol> | ||
+ | <li>Missing_columns</li> | ||
+ | <li>Invalid_datatype</li> | ||
+ | <li>Unrecognized_values</li> | ||
+ | <li>Scale/Value_mismatch</li> | ||
+ | </ol> |
Revision as of 16:17, 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
- Invalid_datatype
- Unrecognized_values
- Scale/Value_mismatch