xsv
xsv copied to clipboard
Sample omits a step
Hi.
The Tour went well until I got to step:
xsv join --no-case Country sample.csv Abbrev countrynames.csv
at which time, I could not see where sample.csv was created. I used a tee in the previous step to create it.
Then I had trouble with the join, in that the two files seemed to need the comma alone specified as separator because the country names file has spaces in some names:
xsv join -d, --no-case "Country" sample.csv Abbrev countrynames.csv
cheers, drl