Easy Pivot Logo
  • Pricing

Manual

OverviewFolder SystemData Sources
Database DatasetText DatasetHTTP DatasetCalculate ColumnLOD ExpressionsUnified Functions
User and RoleRestful Interfaces

Integration

Dataset

Text Dataset

Text Dataset

Easy Pivot supports reading plain text, Excel (xls/xlsx), and CSV type text files.

Note

Do not attempt to rename an Excel file by changing its extension to .txt or .csv, as this will cause errors during the reading process.

File Path

Upload File

Easy Pivot stores uploaded files in the built-in File Storage, allowing the same file to be shared across multiple datasets without requiring repeated uploads.

Select an Existing File

If the file has already been uploaded:

  1. Click Pick file from storage.
  2. Browse the File Storage and select the desired file.
  3. Click Open.
  4. The selected file will appear in the File Path field.

Upload a New File

If the file has not been uploaded yet:

  1. Click Pick file from storage.
  2. In the file browser, click Upload File.
  3. Select a local .xlsx, .xls, or .csv file.
  4. Wait for the upload to complete.
  5. Select the uploaded file and click Open.
  6. The file is now linked to the current dataset.

Tip

Supported formats: .xlsx, .xls, .csv

Recommended maximum file size: 500 MB


File Storage and Dataset References

Uploaded files are stored in the File Storage, not inside individual datasets.

When a dataset selects a file, it creates only a reference to that file.

This design provides several benefits:

  • Upload a file only once.
  • Reuse the same file across multiple datasets.
  • Keep dataset configurations lightweight.

Note

Removing a file from a dataset does not delete the uploaded file from the File Storage.

Only the reference is removed. The physical file remains available for other datasets and future use.


Reuse Files Across Multiple Datasets

A single uploaded file can be referenced by multiple datasets simultaneously.

For example:

DatasetReferenced File
Sales AnalysisSales_Report_2025.xlsx
Regional DashboardSales_Report_2025.xlsx
Executive KPI ReportSales_Report_2025.xlsx

Since all datasets reference the same physical file, duplicate uploads are unnecessary, reducing storage usage and simplifying file management.

Data Type

Without configuration, text data is loaded into the cache database as strings by default. Field data types can be configured via the Data Type settings. Field dropdown options become available after data is loaded.

Advanced Configuration

Configuration ItemDescription
EncodingAffects the reading of Chinese text. Default file encoding is UTF-8.
Skip RowsWhether to skip the first few rows. Configure when the first row contains headers.
SeparatorDefault separator is comma ",". For other separators in text files (e.g., tab \t), configure accordingly.
Field NamesDefault assumes the first row contains field names. If the first row read does not contain field names, they can be set via configuration.

Database Dataset

Database Dataset

HTTP Dataset

HTTP Dataset

On this page

File PathUpload FileData TypeAdvanced Configuration
Log InStart Free