Skip to content

Commit

Permalink
Readme fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Jun 3, 2024
1 parent 31b8dd5 commit 3a81eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ If the input file is a text file (CRLF / LF are used to split records), use
`.option("is_text", "true")`.

Multisegment ASCII text files are supported using this option:
`.option("record_format", "D)"`.
`.option("record_format", "D")`.

Cobrix has better handling of special characters and partial records using its extension format:
`.option("record_format", "D2")`.
Expand Down

0 comments on commit 3a81eeb

Please sign in to comment.