Support center for flex.bi version 4.0

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

You can upload data from Excel and CSV files to eazyBI and then create reports, charts and dashboards from these data.

Please at first read about eazyBI cubes, dimensions and measures - you will need to understand multi-dimensional data model to be able to map source file columns to cube dimensions and measures.

Upload files

Go to Source Data tab and select source file for upload.

If you upload CSV files then use either comma (,) or semicolon (;) field separatorsDecimal values should always use periods (.) as decimal separators. Commas (,) in integer and decimal values will be ignored (e.g. if they are used as thousands separators).

If you upload Excel files then integer, decimal and date fields will be detected based on Excel cell formatting.

If source CSV file contains non-English characters then CSV file should be in UTF-8 encoding as otherwise you might receive error messages when previewing uploaded file.

If your original non-English data are in Microsoft Excel then upload these Excel files as Excel export to CSV does not support UTF-8 encoding.

After CSV file is uploaded you can click Preview button to specify source file columns mapping.

Source file preview

To conduct the Source column mapping please visit documentation page about Data mapping.

Column mapping and import errors

If there are no columns mapping errors then source file import will be started in background and you will see file import status (and how many rows are imported) which will automatically refresh.

If all source file rows will be imported successfully then source file status at the end will change to Imported.

If there will be any errors during source file import then it will stop on first error with Error status. You can click on Error link to see detailed error message. Detailed error message will show line number together with line content and information about the error. Most frequent error is invalid quotes inside quoted string (in CSV files you should double quotes inside quoted string) or non-English character encoding (not in UTF-8 encoding).

Replace or delete source files

If you have error in source file then you can fix it and upload file again with the same file name - you will need to confirm that you really want to replace uploaded file. When you will import replaced file then at first all previously imported rows from previous file will be deleted and after that rows from new file will be imported.

You can replace also successfully imported source files. E.g. if you regularly perform full export of your data from some source system then you can always use the same source file name and replace previous version with new one and replace all imported data with new.

You can also delete either successfully imported files or files in error status. When deleting source file you need to specify if you want to delete just source file or to delete also from data cube all imported data from this source file.

Import additional source files

If you will import additional data with the same source file structure (e.g. if you each day, week or month import new data for this time period) then use unique file name for each time period.

If new source file has the same structure (same column names and data types) as existing imported file then columns mapping will be copied from already imported file. After clicking on Preview button you will be able to import it by clicking Start import button.

Note that all data cubes in one eazyBI account share the same dimensions. If you want to use the same dimension in different data cubes then use the same dimension name. If they are different dimensions then use different dimension names (even when you use different data cubes).

Import additional measures in source application cubes

If you are using eazyBI standard integration with other source applications (e.g. Basecamp, Highrise, Jira, Zendesk or Harvest) but you would like to add additional measures to your source application data cubes then it is possible to import additional measures from CSV files in existing source application data cubes.

But there is also risk that you will not prepare correctly additional data in CSV files which may result in damaged existing source application data. Please view additional data import example for Jira Issues cube. If necessary contact eazyBI support and describe your need and we will help you prepare correctly CSV files with additional data.

  • No labels