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
$ cat file.csv name,age John,20 Kate,18 Mike,2
$ yfrom csv file.csv --- age: '20' name: John --- age: '18' name: Kate --- age: '2' name: Mike $ cat aaaa.csv name,age,utf-8 John's name ,20,føø bār Kate,18,føø bār Mike's,2,føø bār $ yfrom csv aaaa.csv --- name: ~ --- name: ~ --- name: ~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ cat file.csv
name,age
John,20
Kate,18
Mike,2
The text was updated successfully, but these errors were encountered: