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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: