writing TSV format file

EL75
New Altair Community Member
Hi everybody,
I don't find an operator allowing me to write a file in TSV format: I've found csv but I need tab separation .
thanks for your help
I don't find an operator allowing me to write a file in TSV format: I've found csv but I need tab separation .
thanks for your help
Tagged:
0
Best Answers
-
Hi EL75Thats the same operator, just choose tab as a seperator.Best,Martin5
-
Hi @EL75,
it's not trivial to enter a Tab character because trying it directly just switches to the next input.
I like to input it in an editor (make sure you didn't set it to expand tabs to spaces) and copy from there. If you already have a tab separated file, you can of course copy from that, too.
Regards,
Balázs5
Answers
-
Hi EL75Thats the same operator, just choose tab as a seperator.Best,Martin5
-
Hi @EL75,
it's not trivial to enter a Tab character because trying it directly just switches to the next input.
I like to input it in an editor (make sure you didn't set it to expand tabs to spaces) and copy from there. If you already have a tab separated file, you can of course copy from that, too.
Regards,
Balázs5 -
Thank you both for your help. Fully agree with BalazsBarany as I tried to enter a Tab character without success for the reason he explains.1