Skip to main content

CsvColumn

A CSV file column.

committer/coreJavadoc: CsvColumn

Notes

Defines a single column in a CSV committer output file, mapping a source document field to a named CSV column with optional value truncation.

Usage

field: string
header: string
truncateAt: 0

Properties

PropertyTypeRequiredDefault
fieldstringNo-
truncateAtintegerNo0

Property Details

field

Source document field name, leave blank for document content.

Optional column name. Defaults to field name.

truncateAt

Truncate values larger than N characters. Default is 5096. Use -1 for unlimited. Overwrites the global length value.