Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
.txt
file that is actually csv data delimited by the pipe character|
When i open the file i'll just use
-f csv --csv-delimiter "|"
which opens the file just fine and everything looks good.The problem is, if i make any changes and then save the file, it is saved with tabs instead of pipes. I've looked around the manual and found out that tabs are default seperators for
.txt
files which makes sense.So, my question is - Am i missing something, since the file is saved with tab instead of a pipe (as specified when opening the file)? And if not, should this be reported as a bug or a feature request?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions