Skip to content

Create a Dataset Using Flat Files

This guide walks you through creating a dataset in AIV using flat files. Flat files let you paste or manually enter tabular data directly—no file upload required.

What You’ll Learn

  • What a flat file is and when to use it
  • How to create a dataset from pasted or manually entered data
  • How to review, preview, and save your dataset

What is a Flat File?

A flat file is a collection of records in which the data follows a uniform format. Each line typically holds one data record, and columns are categorized consistently. Flat files can contain CSV, JSON, Excel, TSV (tab-separated), or PSV (pipe-separated) data that you paste or type directly into AIV.

CharacteristicDescription
FormatCSV, JSON, Excel, TSV, or PSV
EntryPaste from spreadsheet or type manually
Use caseQuick prototypes, small datasets, manual data entry

Prerequisites

Before you begin, complete these steps:

  • Have tabular data ready to paste (from a spreadsheet such as Excel or CSV)

Using the sample workflow?

  • Download the sample file: excel.zip
  • Extract the zip archive
  • Open the file in your spreadsheet application
  • Copy the data to paste into AIV

Steps to Create a Dataset Using Flat Files

Complete Step 1 (Navigate to the Dataset Section) and Step 2 (Create a New Dataset) from the Create Dataset guide.


Step 1: Select Flat Files as the Data Source

  • Choose Flatfiles as the data source type.

    Select Flat Files


Step 2: Connection Selection

For details on flat file selection and options, see Connection Selection for Flat files.

  • Copy data from your spreadsheet (for example, employees.xlsx).

  • Paste the data into the CSV/JSON/Excel/TSV/PSV Data editor area on the Flat files screen.

    Flat Files Excel

  • Open the Output Columns tab to review column names and data types.

    Output Columns

  • Open the Preview Results tab to verify the data.

    Preview Results


Step 3: Save Dataset

  • Click Save.
  • In the Save Dataset dialog, optionally rename the dataset and select the destination folder.
  • Click Save Dataset to confirm.

Step 4: View Your Dataset

  • Go to the Dataset Grid view.
  • Search for your dataset by name.
  • Your dataset is now available for use in dashboards, reports, and visualizations.

Explore other ways to create datasets in AIV:

Data SourceGuide
Drag & dropCreate Dataset
ExcelDataset using Excel
CSVDataset using CSV
JSONDataset using JSON
ParquetDataset using Parquet
NoSQLDataset using NoSQL
Google BigQueryDataset using Google BigQuery
Google SheetDataset using Google Sheet
External sourcesDataset using External sources
Stored ProcedureDataset using Stored Procedure
ViewDataset using View