Difference between revisions of "File upload guide"

From WeSISpedia
Jump to: navigation, search
(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:
  1. Missing_columns - mandatory columns are missing in the uploaded file.
  2. Invalid_datatype - cells with data of type other than desribed in File formats section.
  3. Unrecognized_values
  4. Scale/Value_mismatch