It's all about the answers!

Ask a question

Change delimiter for CSV export?


Steve Mawer (1622) | asked Sep 03 '13, 4:43 a.m.
How can I extend the rather limited choice of delimiters for export to CSV?  The only halfway sensible one is caret, but that's a"start of line" in regular expressions.  I want to use a vertical bar (|), is there any way I can do that?

Accepted answer


permanent link
Eric Jodet (6.3k5111120) | answered Sep 03 '13, 5:29 a.m.
JAZZ DEVELOPER
 Hello Steve,
as you noticed, CSV export delimiters is a fixed array.
You can not specify a custom delimiter at export time.
But you can set any delimiter at import time.

Changing this behavior would require to "hack" the Eclipse Client's code,
which is not advisable and would lead to  unsupported configuration.

You may open a new enhancement (none found on jazz.net) to further specify your request.

Hope it helps.
Eric.
Steve Mawer selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.