HIt a gotcha during qsv cat columns command #2198
-
I had 3 csv files I was concatenating together, but one file had empty rows, so when the qsv cat columns command executed, it did NOT put the full ranges of rows into the final output file. About a 100,000 rows were missed, but the data was valid. Is there some special option that I should have turned on to make sure that the concatenation would include empty rows, and not prematurely terminate this operation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for the report @reader3. Can you create a small reproducible example? |
Beta Was this translation helpful? Give feedback.
-
@reader3 , since you didn't provide a small reproducible example, I created one. testcatcolempty.csv
since testcatcolempty.csv is empty, we need to use the
|
Beta Was this translation helpful? Give feedback.
@reader3 , since you didn't provide a small reproducible example, I created one.
testcatcolempty.csv
testcatcol3.csv
testcatcol2.csv
testcatcol1.csv
since testcatcolempty.csv is empty, we need to use the
--pad
option