Skip to main content

Read CSV

Read data from a CSV file

Input

  • File Name: CSV file path
    • Type: System.String
    • Required

Options

  • Use Header Row: If the first row of the CSV text contains column names, this is the field that needs to be selected to include them in the output Data Table.
    • Type: System.Boolean
    • Required
  • Delimeter: The delimiter is the character defined to separate the data when parsing a CSV text.
    • Type: System.String

Output

  • Data Table: This is the field that specifies the Data Table object where the read CSV data will be assigned.
    • Type: System.Data.DataTable
    • Required