split_records

Plugin

ArgDescriptionType
filenamesFiles to parse.list of OSPath (required)
accessorThe accessor to usestring
regexThe split regular expression (e.g. a comma, default whitespace)string
columnsIf the first row is not the headers, this arg must provide a list of column names for each value.list of string
first_row_is_headersA bool indicating if we should get column names from the first row.bool
countOnly split into this many columns if possible.int
record_regexA regex to split data into records (defaultstring
buffer_sizeMaximum size of line buffer (default 64kb).int

Required Permissions: FILESYSTEM_READ

Description

Parses files by splitting lines into records.