Difference between revisions of "Importing Problems"

From TaticView
Jump to: navigation, search
(Marked this version for translation)
 
(63 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
<translate>
 
<translate>
  
Veja também o [[Excel Importing Guide/pt-br]].
+
<!--T:10-->
 +
<div style="float: right;">__TOC__</div>
  
 +
<!--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].
  
<span style="color: red;">'''Importante:'''</span>
 
  
 +
<!--T:11-->
 +
See also [[Excel Importing Guide]].
  
Para manter o correto funcionamento dos painéis que já foram criados, algumas definições não poderão ser alteradas no arquivo de dados e no arquivo de importação, durante a atualização dos dados.
 
Por exemplo:
 
* Não poderão ser adicionadas novas colunas entre as colunas que já foram importadas;
 
** Novas colunas devem ser adicionadas no final do arquivo;
 
* Os títulos das colunas, no arquivo de importação, não poderão ser alterados após a primeira importação;
 
** O apelido das colunas poderá ser alterado em [[Input Data Format/pt-br|Formato de Entrada dos Dados]], mas os componentes dos painéis criados anteriormente continuarão com o apelido anterior;
 
** Para atualizar o apelido em um componente do painel, remova a coluna e adicione-a novamente;
 
* Colunas não poderão ser removidas do arquivo de importação, após a primeira importação;
 
* A posição das colunas não poderá ser alterada após a primeira importação;
 
* O tipo dos dados das colunas (texto, valor, data, etc) não poderá ser alterado após a primeira importação;
 
  
 +
<!--T:12-->
 +
<span style="color: red;">'''Important:'''</span>
  
Se o seu arquivo está apresentando problemas durante a importação ou atualização dos seus dados para o TaticView, verifique abaixo as possíveis causas e soluções. Ou se preferir, mantenha contato com o nosso [https://support.taticview.com/open.php/?&lang=pt_br Suporte].
+
<!--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:
 +
** New columns must be added at the end of the file;
 +
* Columns titles cannot be modified after the first import:
 +
** The columns nicknames can be modified in [[Input Data Format]], but the dashboard's objects created previously will keep the previous nickname;
 +
** You must remove and add the column to update the dashboard's object nickname;
 +
* The columns cannot be removed from the file after the first import;
 +
* The columns position cannot be modified after the first import;
 +
* The columns data type (text, value, date) cannot be modified after the first import;
  
  
{{TOC right}}
 
  
 +
== Problems Uploading a File == <!--T:15-->
  
== Problemas ao enviar o arquivo (upload) ==
 
  
 +
==== <span id="ThereAreNoColumnsException"><span id="FileWithoutRowsException">File without columns of data</span></span> ==== <!--T:16-->
 +
We could not detect columns/rows of data in your file. Please check the following:
 +
* If your file is configured in a format supported by TaticView. See more in [[Excel Importing Guide]] and [[Supported File Formats]];
 +
* TaticView reads the first 10 rows of the file to interpret data columns, make sure your file has data in the first 10 rows;
 +
* TaticView always considers the first visible file (tab) file (''XLS'', ''XLSX'' or ''XLSM''). If your file has more than one worksheet, position the file you want to import first;
  
==== Não conseguimos detectar colunas de dados no arquivo ====
+
==== <span id="EmptyFileException">File is empty</span> ==== <!--T:18-->
: Verifique se seu arquivo está configurado em um formato aceito pelo TaticView. Veja mais [[Excel_Importing_Guide/pt-br]].
+
We have detected that the file you are trying to import into TaticView is empty. Please check the following:
* O TaticView lê as 10 primeiras linhas (da primeira aba visível no caso de arquivos XLS e XLSX) do arquivo para detectar as colunas de dados, caso não encontre dados nestas linhas aborta o processo.
+
* If the file you are trying to import has data;
* Verifique se existem dados na primeira aba (planilha) do seu arquivo. Consideramos sempre a primeira aba.
+
* If your file is configured in a format supported by TaticView. See more in [[Excel Importing Guide]] and [[Supported File Formats]];
 +
 
 +
==== <span id="InvalidXLSXFormatException"> <span id="NotOOXMLFileException">XLSX file is in an invalid format</span></span> ==== <!--T:19-->
 +
We are unable to read your ''XLSX'' file, because the structure of the file is apparently in an invalid format. If the file was generated by a third-party software, it could be a problem in the program that generated the file. In this case, try the following:
 +
* Save the file again using Excel. See how [[Save File Supported Format|here]];
 +
* If your file is password protected, remove the protection;
 +
 
 +
==== <span id="StrictOOXMLNotSupportedException">XLSX file in Strict Open XML format</span> ==== <!--T:38-->
 +
We do not support files with the ''XLSX'' extension that were saved with the ''Strict Open XML'' format. We recommend that:
 +
* Try to save the file using the standard format of Excel. See how [[Save File Supported Format|here]];
 +
 
 +
==== <span id="InvalidXLSFormatException">XLS file is in an invalid format</span> ==== <!--T:21-->
 +
We were unable to read your ''XLS'' file. Please check the following:
 +
* If your file really is an ''XLS'' file;
 +
* Try to save the file using the standard format of Excel. See how [[Save File Supported Format|here]];
 +
 
 +
==== <span id="EncryptedXLSFormatException">XLS file encrypted</span> ==== <!--T:22-->
 +
We have detected that your ''XLS'' file is encrypted. TaticView does not support encrypted files.
 +
* Remove encryption from file;
 +
 
 +
==== <span id="FileReadingFailureException">File type not supported</span> ==== <!--T:23-->
 +
TaticView detects the file type based on its extension. We have identified that your file is not a supported file.
 +
* See [[Supported File Formats|here]] what types of files are currently supported;
 +
 
 +
==== <span id="ODFFormatNotSupportedException">File in ODF format</span> ==== <!--T:24-->
 +
TaticView does not support ''ODF'' (OpenOffice, LibreOffice, etc.) files. See the [[Supported File Formats|supported formats]].
 +
* Try to convert the file to the standard format of ''Excel'' or ''CSV''. See how [[Save File Supported Format|here]];
 +
 
 +
==== <span id="OldExcelFormatException">Old Excel format</span> ==== <!--T:25-->
 +
TaticView does not support files that have been saved in older versions of Excel. Please try the following:
 +
* Convert the file to a newer Excel format. See how [[Save File Supported Format|here]];
 +
 
 +
==== <span id="OfficeXmlInXLSFileException">XLSX file with XLS extension</span> ==== <!--T:42-->
 +
The file you are trying to import has an ''XLS'' extension, but by analyzing its structure we have detected that it is an ''XLSX'' or ''XLSM'' file. To be able to import this file, we suggest that you try the following:
 +
* Try to save the file using the standard format of Excel. See how [[Save File Supported Format|here]];
 +
 
 +
==== <span id="AttNameAlreadyUsedInDatamartException">Changing column name to an existing column name</span> ====  <!--T:43-->
 +
You are trying to rename a column to the same name as an existing column. This is not allowed in the same process.
 +
* You will have to do the process in two steps. First import by renaming the first column. And then import again renaming the desired one to the name of the first.
 +
 
 +
== Data Formatting Problems == <!--T:26-->
 +
 
 +
 
 +
==== <span id="ColumnNameIsBlankException">Columns with the name in blank</span> ==== <!--T:27-->
 +
To preserve the integrity of the information, you can not import data when there are one or more columns with the blank title.
 +
* Make sure that in the [[Input Data Format]] screen, any column is blank;
 +
 
 +
==== <span id="CharactersExceedLimitException">Columns when the name is too large</span> ==== <!--T:29-->
 +
The current limit for the column title is 50 characters. If any column in your file is longer than 50 characters, reduce the name to proceed with the import.
 +
* You can rename the columns on the [[Input Data Format]] screen;
 +
 
 +
==== <span id="ColumnsWithSameNameException"><span id="TitlesWithSameNameException">Columns with the same name</span></span> ==== <!--T:30-->
 +
You can not import files where there are two or more columns with the same name in the columns.
 +
* On the [[Input Data Format]] screen, identify which columns have the same name by renaming them if necessary;
 +
 
 +
==== <span id="InvalidExpressionException">Columns with invalid expressions</span> ==== <!--T:32-->
 +
At the time of importing your file, the formulas in it are pre-validated. If there are any invalid formula, try the following:
 +
* Verify that all expressions (formulas) in your file are correct and correct those that are incorrect;
 +
* Check that your file expressions are expressions supported by TaticView. See the supported expressions [[Expressions|here]];
 +
 
 +
==== <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]];
 +
 
 +
==== <span id="NumberOfColsExceedLimit">Column limit exceeded</span> ==== <!--T:36-->
 +
TaticView has a limit of columns that can be imported per file. Currently this limit is 256 columns in total.
 +
* See all limits [[Supported File Formats|here]];
 +
 
 +
==== <span id="NumberOfDateColsExceedLimit">Date Columns limit exceeded</span> ==== <!--T:39-->
 +
TaticView has a limit of Date columns that can be imported per file. Currently this limit is 62 date columns.
 +
* See all limits [[Supported File Formats|here]];
 +
 
 +
==== <span id="NumberOfTextColsExceedLimit">Text column limit exceeded</span> ==== <!--T:37-->
 +
TaticView has a limit of Text columns that can be imported per file. Currently, this limit is 62 text columns.
 +
* See all limits [[Supported File Formats|here]];
 +
 
 +
==== <span id="NumberOfNumericColsExceedLimit">Numeric Columns limit exceeded</span> ==== <!--T:40-->
 +
TaticView has a limit of Numeric columns that can be imported per file. Currently this limit is 254 numeric columns.
 +
* See all limits [[Supported File Formats|here]];
 +
 
 +
==== <span id="NumberOfDimensionsColsExceedLimit">Dimension Columns (Date + Text) limit exceeded</span> ==== <!--T:41-->
 +
TaticView has a limit of Dimensions columns that can be imported per file. Currently this limit is 63 dimension columns.
 +
* See all limits [[Supported File Formats|here]];
  
  
 
</translate>
 
</translate>

Latest revision as of 14:48, 18 December 2020

Other languages:
English • ‎português do Brasil


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 Support Team.


See also Excel Importing Guide.


Important:

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:
    • New columns must be added at the end of the file;
  • Columns titles cannot be modified after the first import:
    • The columns nicknames can be modified in Input Data Format, but the dashboard's objects created previously will keep the previous nickname;
    • You must remove and add the column to update the dashboard's object nickname;
  • The columns cannot be removed from the file after the first import;
  • The columns position cannot be modified after the first import;
  • The columns data type (text, value, date) cannot be modified after the first import;


Problems Uploading a File

File without columns of data

We could not detect columns/rows of data in your file. Please check the following:

  • If your file is configured in a format supported by TaticView. See more in Excel Importing Guide and Supported File Formats;
  • TaticView reads the first 10 rows of the file to interpret data columns, make sure your file has data in the first 10 rows;
  • TaticView always considers the first visible file (tab) file (XLS, XLSX or XLSM). If your file has more than one worksheet, position the file you want to import first;

File is empty

We have detected that the file you are trying to import into TaticView is empty. Please check the following:

XLSX file is in an invalid format

We are unable to read your XLSX file, because the structure of the file is apparently in an invalid format. If the file was generated by a third-party software, it could be a problem in the program that generated the file. In this case, try the following:

  • Save the file again using Excel. See how here;
  • If your file is password protected, remove the protection;

XLSX file in Strict Open XML format

We do not support files with the XLSX extension that were saved with the Strict Open XML format. We recommend that:

  • Try to save the file using the standard format of Excel. See how here;

XLS file is in an invalid format

We were unable to read your XLS file. Please check the following:

  • If your file really is an XLS file;
  • Try to save the file using the standard format of Excel. See how here;

XLS file encrypted

We have detected that your XLS file is encrypted. TaticView does not support encrypted files.

  • Remove encryption from file;

File type not supported

TaticView detects the file type based on its extension. We have identified that your file is not a supported file.

  • See here what types of files are currently supported;

File in ODF format

TaticView does not support ODF (OpenOffice, LibreOffice, etc.) files. See the supported formats.

  • Try to convert the file to the standard format of Excel or CSV. See how here;

Old Excel format

TaticView does not support files that have been saved in older versions of Excel. Please try the following:

  • Convert the file to a newer Excel format. See how here;

XLSX file with XLS extension

The file you are trying to import has an XLS extension, but by analyzing its structure we have detected that it is an XLSX or XLSM file. To be able to import this file, we suggest that you try the following:

  • Try to save the file using the standard format of Excel. See how here;

Changing column name to an existing column name

You are trying to rename a column to the same name as an existing column. This is not allowed in the same process.

  • You will have to do the process in two steps. First import by renaming the first column. And then import again renaming the desired one to the name of the first.

Data Formatting Problems

Columns with the name in blank

To preserve the integrity of the information, you can not import data when there are one or more columns with the blank title.

Columns when the name is too large

The current limit for the column title is 50 characters. If any column in your file is longer than 50 characters, reduce the name to proceed with the import.

Columns with the same name

You can not import files where there are two or more columns with the same name in the columns.

  • On the Input Data Format screen, identify which columns have the same name by renaming them if necessary;

Columns with invalid expressions

At the time of importing your file, the formulas in it are pre-validated. If there are any invalid formula, try the following:

  • Verify that all expressions (formulas) in your file are correct and correct those that are incorrect;
  • Check that your file expressions are expressions supported by TaticView. See the supported expressions here;

File's columns removal

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;

Expressions with circular reference

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;

File without the minimum requirements

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.

Column limit exceeded

TaticView has a limit of columns that can be imported per file. Currently this limit is 256 columns in total.

  • See all limits here;

Date Columns limit exceeded

TaticView has a limit of Date columns that can be imported per file. Currently this limit is 62 date columns.

  • See all limits here;

Text column limit exceeded

TaticView has a limit of Text columns that can be imported per file. Currently, this limit is 62 text columns.

  • See all limits here;

Numeric Columns limit exceeded

TaticView has a limit of Numeric columns that can be imported per file. Currently this limit is 254 numeric columns.

  • See all limits here;

Dimension Columns (Date + Text) limit exceeded

TaticView has a limit of Dimensions columns that can be imported per file. Currently this limit is 63 dimension columns.

  • See all limits here;