Add references and fix a copypasto/thinko - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and `rs' (0x1e) as RS)
(HTM) hg clone https://bitbucket.org/iamleot/csvtofsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) changeset 7925cee5712147984b57377fb889f86af467191c
(DIR) parent 68ca865ea6f23925b78b04ba1016d1f1090a7d71
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 26 Jun 2019 02:24:34
Add references and fix a copypasto/thinko
Diffstat:
README.txt | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
diff -r 68ca865ea6f2 -r 7925cee57121 README.txt
--- a/README.txt Wed Jun 26 02:21:35 2019 +0200
+++ b/README.txt Wed Jun 26 02:24:34 2019 +0200
@@ -5,9 +5,15 @@
All `\r' are ignored and all quotes are removed from the quoted fields.
-The CSV parsing try to follows as much as possible RFC 4180. As a relaxed
+The CSV parsing try to follows as much as possible RFC 4180 [1].
csvtofsv output can be processed via AWK by setting FS and RS as follow:
% awk 'BEGIN { FS = "\034"; RS = "\036" } { ... }'
+
+
+References
+
+ [1] Shafranovich, Y., "Common Format and MIME Type for Comma-Separated
+ Values (CSV) Files", RFC 4180, October 2005