Create a New Report by Uploading a CSV File
This page explains how to create a report by uploading a CSV file as a data source. Users can practice this functionality using a provided sample file.
Workflow Overview
The Upload CSV option in the Create New Report page allows you to:
Upload a CSV file.
Configure delimiter and data store settings.
Preview variable types and sample data.
Generate a Data Store.
Build and save views in the new report.
Steps to Create a CSV Report
Navigate to the Create New Report page.
Provide the following details:
Report Name – Enter a name for the report.
Description – Add an optional description.
Select Upload CSV.
Provide a Data Store Name.
In the Delimiter field, specify the delimiter used in the CSV file (e.g.,
,
,;
,|
).Click Choose File and upload the CSV file.
The upload progress is displayed as a percentage.
A notification confirms successful upload.
A blue tick mark indicates the file has been uploaded successfully.
Explore Uploaded Data
Once the file is uploaded:
The Data Store Details tab opens by default, displaying metadata.
Open the Variable Types tab to review variable classifications and counts.
Navigate to the Examples tab to preview sample rows from the uploaded file.
Create Report
Click Create Report at the bottom of the page.
A new Data Store is generated from the uploaded CSV.
The system redirects you to the Design page of the report.
Begin creating and saving Views (charts, tables, KPIs) inside the report.
Rules to Remember while using a Flat File
Please ensure the selected CSV/ Excel file follows the format given below:
The first row in the file should contain the column headers.
The headers should not have a space. It should be a single word or two concatenated by an underscore(_).
The headers should not contain any special characters. E.g., %, #,$, @, *, etc.
The headers should not have only numerals. It should be with at least one alphabet.
All cells in a column should have a single data type.
The header should not use single or double quotes, dots, brackets, or hyphens.
Files with UTF-8 encoding are not supported in data store creation.
The size of an Excel file should be less than 10MB.
Try it out yourself
Follow the above instructions and use the CSV file as sample data to create your first self-service visualization report with BDB.
Last updated