-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
tab delimited csv as input #7974
Comments
Tab separated files are known as TSV. CSV itself has pretty fixed rules, but it is quite common to see ad-hoc variations in the wild. Some are just apps making up their own stuff, some are mistakes. Either way I highly recommend normalizing all incoming CSV (or TSV) content using robust tooling like the tools from |
So there is no way to open TSV with pandoc? |
Currently not, no. I'm not sure there should be. On one hand, tsv is an exceptionally simple format, has it's own MIME type I lean towards not supporting it, but the ultimate decision will be that made by @jgm. |
It's pretty easy to do, so I think I'll make a tsv reader available, using the spec linked to. |
Hi. |
No -- you can always find information on releases here; https://pandoc.org/releases.html |
Hello.
Pandoc can convert coma separated file (csv) to docx, or to markdown, but not tab separated one.
Any chance of adding option to specify delimiter like tab, or pipe, with csv as input file?
Or if possible, other specified character, like ";" ?
Thanks.
The text was updated successfully, but these errors were encountered: