Skip to main content
Version: 6.1

Import Table (CSV)

This node allows you to read csv file content into a DataFrame table. When you drag the CSV node to the workflow diagram, you will have to add an input source node to be connected to it.

When you click on the plus sign to select the file location, a new node will be added to the workflow with connection to the CSV node. You need to click on the Select Input and choose one source node from the list. And the one you choose will be the CSV source. Then you need to configure the source node before you open the CSV node for configuration.

After you have selected and configured the source node, you can open the CSV node to select the columns that should be read and included in the CSV node DataFrame output. At least one column should be selected. And in the end you can click on the View Output button to get the output table preview.

You can also change the csv separator character to the one used in the input file, default value is the comma. The columns' datatypes are detected but can be changed to fix detection according to the user's usage.