We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have csv file with "|" delimited data. xsv just detect it only has 1 field.
|
xsv
file: example1.csv
h1|h2|h3 hello|world|!
xsv headers example1.csv only return 1 field
xsv headers example1.csv
The text was updated successfully, but these errors were encountered:
may relate:
Sorry, something went wrong.
should it called .psv (Pipe Separated Values) ?
.psv
Solved
xsv headers --help
xsv headers -d "|" example1.csv
No branches or pull requests
i have csv file with "
|
" delimited data.xsv
just detect it only has 1 field.file: example1.csv
xsv headers example1.csv
only return 1 fieldThe text was updated successfully, but these errors were encountered: