diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-12 20:33:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-12 20:33:50 +0300 |
commit | 3bf5a9b0c4e2e7f8d9ca37267e4f29775bb61129 (patch) | |
tree | 8125c145b5c54e7861ef30015accf31069386e74 /awklib/eg/misc/sample.csv | |
parent | 96656f01af15915c943865c8705bc7fc4a9ab436 (diff) | |
download | egawk-3bf5a9b0c4e2e7f8d9ca37267e4f29775bb61129.tar.gz egawk-3bf5a9b0c4e2e7f8d9ca37267e4f29775bb61129.tar.bz2 egawk-3bf5a9b0c4e2e7f8d9ca37267e4f29775bb61129.zip |
Add new sample files related to CSV parsing.
Diffstat (limited to 'awklib/eg/misc/sample.csv')
-rw-r--r-- | awklib/eg/misc/sample.csv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/awklib/eg/misc/sample.csv b/awklib/eg/misc/sample.csv new file mode 100644 index 00000000..12a4f711 --- /dev/null +++ b/awklib/eg/misc/sample.csv @@ -0,0 +1,5 @@ +p,"q,r",s +p,"q""r",s +p,"q,""r",s +p,"",s +p,,s |