Description
With this manipulator you import tabular CSV data into a notebook.
Application
To do any meaningful in a notebook you have to start with a data import. You are likely to start your notebook with this manipulator to import tabular data and start working with it.
How to use
The importer dialog consists of three sections as shown in the image below.
- Import type option.
- Selected files are displayed here
- Click this button to open a file/folder selection dialog
- Assign a name to the dataset which is created from the imported file(s). All other manipulators are going to refer to the imported dataset via this name.
Edit dialog of Tabular importer
Import Type
The import type in the top left of the Tabular importer drives the way the File Selection Dialog is configured which opens if you click the button Add/Edit datasets.
Files | Select data on a file-by-file basis. This is the default mode. Read here how to select files. |
Folders | Enables to load files according to a file name pattern from a set of folders. This option even lets you import files recursively from a deeper folder structure. How to use the Folders option is explained in depth here. |
Data file requirements
The data files you select will need to follow certain requirements:
- File format: CSV
- Decimal sign: dot (.)
- File encoding: utf-8
- Multiple files loaded together must all contain the same columns
Advanced Options
To show the advanced options click on Show/Hide Advanced Options in the bottom right part of the edit dialog. With these options you can control the following parameters:
Column Separator |
For Spaces you can use any number of spaces between two columns. |
Header row | Here you can specify which line in your file is the header line with the column names. This settings becomes important if you have a longer header which includes additional meta-data like test-ID, testbench-ID, test operator, … The index is zero-based. That means, the first row has the index |
Data start row | This option lets you specify in which line your actual data body starts. This option is relevant if you have a longer header and your data line doesn’t start in the second line. Your data section doesn’t have to start in the line after the header; a gap between header and data section can be handled. The index is zero-based. That means, the first row has the index |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article