Open main menu

TaticView β

Changes

Importing Problems

312 bytes added, 14:27, 13 October 2017
Marked this version for translation
<translate>
<!--T:10-->
<div style="float: right;">__TOC__</div>
<!--T:11-->
See also [[Excel Importing Guide]].
<!--T:12-->
<span style="color: red;">'''Important:'''</span>
<!--T:13-->
Some settings cannot be modified in the data file or import file during the data import so the dashboards can work properly. For instance:
* You cannot add new columns between already imported columns:
<!--T:14-->
If the file you are trying to import is presenting an error, check below to see probable causes and solutions. Or get in touch with our [https://support.taticview.com Support Team].
== Problems uploading a file ==<!--T:15-->
==== <span id="ThereAreNoColumnsException">We could not detect any data column in the file</span> ====<!--T:16-->
* Check if the file you are trying to import is in a format accepted by TaticView. See more [[Excel Importing Guide]];
* TaticView reads the first ten columns (on the first visible tab in XLS and XLSX files) of the file to detect the data columns. In case the columns are not found, the process is aborted;
* Check if there is data in the first tab (spreadsheet) of the file you are trying to upload. We always consider the first tab;
==== <span id="FileWithoutRowsException">Could not detect data lines in file</span> ====<!--T:17-->
* Check if the file you are trying to import is in a format accepted by TaticView. See more [[Excel Importing Guide]];
* TaticView reads the first ten columns (on the first visible tab in XLS and XLSX files) of the file to detect the data columns. In case the columns are not found, the process is aborted;
* Check if there is data in the first tab (spreadsheet) of the file you are trying to upload. We always consider the first tab;
==== <span id="EmptyFileException">We've detected that the file is empty</span> ====<!--T:18-->
* Check if the file you are trying to import has any data;
* Check if the file is in a format accepted by TaticView;
* TaticView reads the first ten columns (on the first visible tab in XLS and XLSX files) of the file to detect the data columns. In case the columns are not found, the process is aborted;
==== <span id="InvalidXLSXFormatException">XLSX file is in an invalid format</span> ====<!--T:19-->
* The file's structure does not respect the XLSX format. Try saving the file again using Excel. See how on [[Save File Supported Format]];
* Check if the file is secured with a password if so, remove it;
==== <span id="NotOOXMLFileException">XLSX file is out of Excel's standards</span> ====<!--T:20-->
* The file's structure does not respect the XLSX format. Try saving the file again using Excel. See how on [[Save File Supported Format]];
* If the file was generated by a third party software, the problem can be with the software used;
==== <span id="InvalidXLSFormatException">XLS file is in an invalid format</span> ====<!--T:21-->
* Verify if the file is an XLS file. Try saving the file again using Excel. See how on [[Save File Supported Format]];
==== <span id="EncryptedXLSFormatException">XLS file encrypted</span> ====<!--T:22-->
* Remove the encryption if the file is encrypted. TatciView does not support encrypted XLS files;
==== <span id="FileReadingFailureException">File not supported</span> ====<!--T:23-->
* The file type is based on its extension. The submitted file has an unknown extension. See the supported formats [[Supported File Formats]];
==== <span id="ODFFormatNotSupportedException">File in ODF format</span> ====<!--T:24-->
* Files in the ODF format (OpenOffice, LibreOffice) are not supported. See the [[Supported File Formats|supported formats]]. Try converting the file to the Excel's standard format or CSV, see hoe on [[Save File Supported Format]];
==== <span id="OldExcelFormatExceptio">Excel format not supported</span> ====<!--T:25-->
* The file was generated in an old Excel version. Try converting the file to a more recent Excel format. See more [[Save File Supported Format]];
== Data preview problems ==<!--T:26-->
==== <span id="ColumnNameIsBlankException">Columns with the name in blank</span> ====<!--T:27-->
* Check if there is a column with the name in blank on the header in your file;
==== <span id="TitleIsBlankException">Columns with the title in blank</span> ====<!--T:28-->
* Check if there is a column with the title in blank on the header in your file;
==== <span id="CharactersExceedLimitException">Columns when the name is too large</span> ====<!--T:29-->
* Check if there is a column's title that exceeds the 50 characters limit. If so, reduce the column's title;
==== <span id="ColumnsWithSameNameException">Columns with the same name</span> ====<!--T:30-->
* TaticView does not support columns with the same name. It will be necessary to change the columns names if your file has columns with the same name;
==== <span id="TitlesWithSameNameException">Columns with the same title</span> ====<!--T:31-->
* TaticView does not support columns with the same title. It will be necessary to change the columns titles if your file has columns with the same title;
==== <span id="InvalidExpressionException">Columns with invalid expressions</span> ====<!--T:32-->
* Check your file's expressions (formulas) and correct the incorrect ones;
==== <span id="ColumnRemovedException">File's columns removal</span> ====<!--T:33-->
* TaticView does not support column removal after the file has been imported for the first time. The current file must have the same existing columns if you are updating the data;
==== <span id="CircularReferenceException">Expressions with circular reference</span> ====<!--T:34-->
* Expressions with circular reference have been detected (expressions on which depend on others). TaticView does not support this behavior. It will be necessary to remove the circular reference to import your data;
==== <span id="MissingTypesOfColumnsException">File without the minimum requirements</span> ====<!--T:35-->
* Your file does not have the minimum requirements to be imported to TaticView. It is necessary to have at least a '''DATE''', a '''TEXT''' column, and a '''NUMERIC''' column. See more on [[Supported File Formats]];
</translate>