Skip to content
New issue

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

set delimiter config before parsed by xsv #346

Closed
erlangparasu opened this issue Jun 20, 2024 · 3 comments
Closed

set delimiter config before parsed by xsv #346

erlangparasu opened this issue Jun 20, 2024 · 3 comments

Comments

@erlangparasu
Copy link

erlangparasu commented Jun 20, 2024

i have csv file with "|" delimited data. xsv just detect it only has 1 field.

file: example1.csv

h1|h2|h3
hello|world|!

xsv headers example1.csv only return 1 field

@erlangparasu
Copy link
Author

erlangparasu commented Jun 20, 2024

@erlangparasu
Copy link
Author

should it called .psv (Pipe Separated Values) ?

@erlangparasu
Copy link
Author

Solved

xsv headers --help

xsv headers -d "|" example1.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant