Read Csv File

Read the csv file.

Read CSV data from a specified CSV file or variable.

Input

circle-info

{comma}, {pipe}, {tab}, {colon}, {semicolon}, {space} are predefined characters. Enter custom delimiters between braces. Example - {##} specifies ## as the delimiter.

Output

  • Output : DataTable Variable Required Represents the output Data Table that contains the information obtained from the CSV file.

  • Number of Rows : Integer Variable Represents the output variable that contains the number of rows obtained from the CSV file.

Last updated