datakit / ICsvInputConfig
Configuration for CSV deserialization.
• Optional
columnNames: string
[]
Optionally specifies the column names (when enabled, assumes that the header row is not read from the CSV data). Default: undefined
• Optional
dynamicTyping: boolean
Automatically pick types based on what the value looks like. Default: false.
• Optional
parser: IColumnParserConfig
Configure parsing for named columns in the CSV data.
• Optional
skipEmptyLines: boolean
Skip empty lines in the input. Default: true