We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a9cde commit 8a2171bCopy full SHA for 8a2171b
how-to/csvcleaner/rtrim.csv
@@ -1,4 +1,4 @@
1
Number,Value
2
" one"," 1",
3
-two ,2
4
-" three "," 3"," 0"
+two,2
+" three"," 3"," 0"
test_cmds.bash
@@ -407,7 +407,7 @@ function test_csvcols() {
407
408
# Bug: csvcols has issues with quotations marks #1
409
if [ -f temp.csv ]; then rm temp.csv; fi
410
- bin/csvcols -use-lazy-quote -i how-to/csvcols/quoting-example.csv -o temp.csv -col 1,2
+ bin/csvcols -use-lazy-quotes -i how-to/csvcols/quoting-example.csv -o temp.csv -col 1,2
411
assert_exists "test_csvcols (bug issue #1)" temp.csv
412
R=$(cmp how-to/csvcols/quoting-expected.csv temp.csv)
413
assert_empty "test_csvcols (bug issue #1)" "$R"
0 commit comments