Skip to content

Delimited Files

Create A Datasource Using Delimited File

Infoveave supports adding file formats like Excel, JSON, Delimited, Unstructured, Fixed length files and Multiple files as Datasource in Infoveave.

Creating Datasource Using Delimited File

To access Infoveave Datasource types, navigate to Studio Datasource.

  1. All types of Datasources, created by you or shared with you will be displayed under My Datasources and Shared Datasources.
  2. To create a new Datasource, click on New Datasource.
  1. Choose Delimited under Files as the Datasource type. Delimited File
  2. Upload the delimited file from your local storage. Supported file formats include .csv, .tsv, and .txt. upload delimited file
  3. Choose the connection type for your Datasource. In this case, the connection type is set to default.
  4. Define the Excel Skip Row Settings.
  5. After providing the necessary details, click on Next to configure the data table.
  6. As the file processing is complete, a tabular preview of the data will be available. delimited tabular
  1. Provide a name for your Datasource.
  2. To add additional files to supplement your DataSource, click on Add files option.
  3. To customize the Table Name and choose the Ingestion Type, click on the Edit icon close to the table name. Configure the following fields within this section
    • Table Name Specify the desired table name.
    • Ingestion Type Choose from options such as Incremental, Truncate and Reload, or Update to define how new data is integrated into the existing dataset.
    • Date column exists This checkbox identifies the date column in your dataset by default.
    • Add upload date If you wish to include an upload date column, select this checkbox. It can be helpful for tracking when new data was added to the dataset.
  • Incremental With the “Incremental” ingestion type, new data is added to the existing dataset without affecting the already loaded data. This mode is ideal when you want to continuously append new records to your dataset without modifying or reloading the existing information. It’s efficient for scenarios where your dataset is frequently updated.
  • Truncate And Reload Selecting “Truncate and Reload” means that the existing dataset is completely replaced with the new data. This mode is useful when you want to refresh your dataset with the most recent information and remove any previous data. It’s particularly suitable for scenarios where the entire dataset needs to be updated periodically.
  • Update In this mode, Infoveave identifies matching records between the new data and the existing dataset based on defined keys. Updated records are replaced, while new records are added. This mode is efficient when you want to refresh your dataset with new information and update existing records without starting from scratch.
  1. Click on the column header of the tabular view to set the following
    • Column Type Change the column data type.
    • Auto Size All Columns Perfectly fit the data in the column.
    • Fit to Chart Set the visibility of the data for quick viewing.
  2. Enable the Upload the selected file option to upload the data to the table structure.
  3. To make any changes to any of the data table select the required one and click Previous.
  4. Use the Add calculated column feature to create a new column with calculated values not available in the original dataset. This is especially useful for performing custom calculations on your data.
  5. To define the measures and dimensions on the dataset, click on Next. Table Schema
  6. The table schema appears for you to rename the column (if required).
  7. Click on Save, to save the updated table schema. You will be redirected to Datasource designer. datasource window
  8. The Datasource you created will be available in the designer window.

To learn about adding measures and dimensions to the data table, visit Measures and Dimensions.

To learn about adding calculated columns, visit Calculated Columns.

To learn about adding calculated measures, visit Calculated Measures.