Difference between revisions of "File upload guide"

From WeSISpedia
Jump to: navigation, search
(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:
  1. Missing_columns
  2. Invalid_datatype
  3. Unrecognized_values
  4. Scale/Value_mismatch