Skip to content

Read CSV

Description

This activity reads CSV files from the previous activity or the workflow directory and provides the data contained within as output.

Input

Files Only

Output

Data

Configuration Fields

  • Input File Pattern
    Defines the file naming pattern for the CSV files to be read.

  • Separator
    The separator used to distinguish between different fields in the file.

  • Custom Delimiter Specify a custom separator if the default options do not suffice.

  • Has Header Record
    Indicates if the file contains headers.

  • New Line Specifier
    Defines the newline specifier for the file.

  • Ignore Errors In File
    When enabled, rows with errors are ignored.

  • Take Files From Previous Activity
    Reads files from the previous activity when enabled. If disabled, files are read from the workflow directory.


Sample Input

any csv file

Sample Configuration

alt text

Sample Output

Data from the CSV