Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/impl/io/input_csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can access these metadata fields using xref:configuration:interpolation.adoc

Note: The `+"`header`"+` field is only set when `+"`parse_header_row`"+` is `+"`true`"+`.

=== Output CSV column order
== Output CSV column order

When xref:guides:bloblang/advanced.adoc#creating-csv[creating CSV] from Redpanda Connect messages, the columns must be sorted lexicographically to make the output deterministic. Alternatively, when using the `+"`csv`"+` input, one can leverage the `+"`header`"+` metadata field to retrieve the column order:

Expand Down
Loading