Skip to main content

GZIP CSV Input

Description

GZIP CSV Input is a step in the Input Plugin for Process Studio Workflows. This step is similar to CSV file input step. It is used to read data from a delimited file in compressed format. The GZIP CSV Input step does not have the provision for error handling in the step.

Configurations

No.Field NameDescription
1Step NameSpecify the name of the step. This name has to be unique in a single workflow.
2Filename OR The filename field (data from previous steps)Specify the name of the GZIP CSV file to read from.

Or

Select the fieldname that will contain the filename(s) to read from. If this step receives data from a previous step, this option is enabled as well as the option to include the filename in the output.
3DelimiterSpecify the file delimiter character used in the target file. Special characters (e.g. CHAR HEX01) can be set with the format $[value], e.g. $[01] or $[6F,FF,00,1F].
4EnclosureSpecify the enclosure character used in the target file. Special characters (e.g. CHAR HEX01) can be set with the format $[value], e.g. $[01] or $[6F,FF,00,1F].
5NIO buffer sizeSpecify the size of the read buffer. It is the number of bytes read from the disk at one time.
6Lazy conversionThe lazy conversion algorithm tries to avoid unnecessary data type conversions. This could result in significant performance improvements if possible.
7Header row present?Enable this option if the target file contains a header row containing column names.
8Add filename to resultEnable checkbox to adds the filename(s) read to the result of the workflow. Filenames in result is a unique list being kept in memory that can be used in the next steps or parent workflow steps or parent process entries.
9The row number field name (optional)The name of the Integer field that will contain the row number in the output of this step.
10Running in parallel?Check this box if you will have multiple instances of this step running (step copies) and if you want each instance to read a separate part of the file(s).
11File EncodingSpecify the encoding of the file being read.
12Fields TableThis table contains an ordered list of fields to be read from the file.
13Preview buttonClick to preview the data coming from the target file.
14Get Fields buttonClick to get all the fields from the file based on the current settings (i.e. Delimiter, Enclosure, etc.). All fields identified will be added to the Fields Table.