Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Delimited Extract

Table Extract Method Grooper.Extract

Extracts table data from delimited (CSV) files using configurable mapping and parsing options.

Remarks

The Delimited Extract method enables Grooper to extract tabular data from CSV (comma-separated values) or other delimited text files. This method is highly configurable, supporting a variety of delimiter characters, quoting conventions, and column mapping strategies to accommodate a wide range of file formats and data sources.

Extraction is performed by reading the specified file, parsing each row into fields, and mapping those fields to the columns defined in your Data Table. You can control which files are processed, how columns are matched, and how special cases such as quoted fields or whitespace are handled.

Usage Guidance

  • Use Delimited Extract for any scenario where data is provided in a delimited text format, such as CSV, TSV, or pipe-delimited files.
  • Configure the 'Filename Pattern' property to target the correct files in your batch or folder.
  • Choose a mapping method that matches your data: by header name, by position, or using a custom mapping lexicon.
  • Adjust delimiter, quoting, and whitespace options to match the specifics of your file format.
  • Use the 'Header Row' and 'Skip Rows' properties to control which rows are used for column names and which are ignored.

Example

For a CSV file like:

Name,Date,Amount John Smith,2023-01-01,123.45 Jane Doe,2023-01-02,234.56
  • Set 'Delimiter' to ,
  • Use 'Mapping Method' = Named to map columns by header
  • Set 'Header Row' to 1 (default)

For files with different delimiters or more complex mapping needs, adjust the relevant properties as needed.

Proper configuration of these options ensures accurate and reliable extraction of tabular data from a wide variety of delimited file formats.

Properties

NameTypeDescription

See Also

Used By

Notification