You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, it's not easy to fix this in a short time. I'm busy recently.
Here's a workaround solution -- creating columns that are missed.
$ csvtk join -f f --na NA --outer-join 1.csv 2.csv 3.csv \
| csvtk mutate2 -n c3 -e '"NA"'
[WARN] no data found in file: 3.csv
f,c1,c2,c3
1,2,NA,NA
3,NA,4,NA
Prerequisites
csvtk version
Describe your issue
Input files:
Two first files works fine:
But when including the empty file:
it does not show!
Any way that it shoes up, but just all NAs? For example:
The text was updated successfully, but these errors were encountered: