From 3a81eeb376becb1c96924aa247e797ee49eaa45f Mon Sep 17 00:00:00 2001 From: Ruslan Iushchenko Date: Mon, 3 Jun 2024 13:08:22 +0200 Subject: [PATCH] Readme fixup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 809e00ef..a4d479f1 100644 --- a/README.md +++ b/README.md @@ -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")`.