Documentation
Search results

CSV

A CSV (Comma Separated Values) file is a simple text file used to store data in a table format. Each line represents a row, and each value in the row is separated by a comma. It is commonly used for importing and exporting data between different applications like Excel, databases, and reporting tools.

Example Configuration

version: 1.0.1
encrypt_credentials: false
union_all_tables: true
add_dbname_column: false
use_snake_casing: true
plugins:
  extractors:
  - name: FileSystem
      connectorname: FileSystem
      schemaname:
      config:
      properties:
        storage: local
        type: csv
        filePath: C:\BoldServices\app_data\elt\connectors\products.csv
      metadata:
      select:

Configure the Bold Data Hub to connect CSV

  1. Click the Data Hub icon on the Navigation Pane.

CSV Data Hub- BoldBI

  1. Click Add Pipeline and provide the new pipeline’s name.

CSV Data Hub - BoldBI

  1. Select the newly created pipeline and add the CSV template.

CSV Data Hub - BoldBI

  1. Click the “Upload File” button to upload your CSV file.

CSV Data Hub - BoldBI

  1. Copy the filepath and replace in filePath property.

CSV Data Hub - BoldBI

CSV Data Hub - BoldBI

  1. Click Save and choose the desired destination to save the pipeline.

CSV Data Hub - BoldBI

  1. Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold BI. The Bold BI Data Source is a live data source to the destination database used in Bold Data Hub. For more information on the relationship between Bold Data Hub Pipeline and the associated Data Sources in Bold BI , please refer to Relationship between Bold Data Hub Pipeline and Associated Data Sources in Bold BI.

CSV Data Hub - BoldBI

Schedule Data Hub Job

  1. To configure interval-based scheduling, click on the schedules tab and select the created pipeline and click on the schedule icon and configure it.

CSV Data Hub - BoldBI

CSV Data Hub - BoldBI

  1. For on-demand refresh, click Run Now button.

CSV Data Hub - BoldBI

  1. The Schedule history can be checked using the history option as well as logs.

CSV Data Hub - BoldBI

  1. Click on Logs to see if the run is completed and data source is created in Bold BI.

CSV Data Hub - BoldBI

  1. Click Edit DataSource Option to view the created tables.