Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Work item export file encoding

What is the encoding for the Work Item export (File Export)? While Excel and my text editor read it OK, Java and less both have issues. Looking at the bytes, I see the encoding looks a little goofy (see the bytes inteh otal dump below). Many thanks
<pre>
C:\Users\harry\Desktop&gt;more export.csv
&quot;Children&quot; &quot;Type&quot; &quot;Id&quot; &quot;Summary&quot; &quot;Owned By&quot;

C:\Users\harry\Desktop&gt;od -c export.csv | more
0000000 377 376 &quot; \0 C \0 h \0 i \0 l \0 d \0 r \0
0000020 e \0 n \0 &quot; \0 \t \0 &quot; \0 T \0 y \0 p \0
0000040 e \0 &quot; \0 \t \0 &quot; \0 I \0 d \0 &quot; \0 \t \0
0000060 &quot; \0 S \0 u \0 m \0 m \0 a \0 r \0 y \0
</pre>

0 votes



2 answers

Permanent link
What is the encoding for the Work Item export (File Export)? While
Excel and my text editor read it OK, Java and less both have issues.
Looking at the bytes, I see the encoding looks a little goofy (see the
bytes inteh otal dump below). Many thanks

It is using UTF-16 Little Endian with BOM. This is the only format that
Excel will open automatically and render correctly if Non-Latin
characters are used.

In 3.0, there is the option to choose the encoding and the separator:

http://dl.dropbox.com/u/2663305/ScreenShots/2010-11-16_1206.png

--
Regards,
Patrick
RTC Work Item Component Lead

0 votes


Permanent link
You can pick the encoding from the RTC Eclipse client. By default its
UTF-16 but can be changed
to UTF-8.

I am not sure about the Web UI export though.

On 16.11.2010 6:08, harryk wrote:
What is the encoding for the Work Item export (File Export)? While
Excel and my text editor read it OK, Java and less both have issues.
Looking at the bytes, I see the encoding looks a little goofy (see the
bytes inteh otal dump below). Many thanks

C:\Users\harry\Desktop&gt;more export.csv
&quot;Children&quot; &quot;Type&quot; &quot;Id&quot;
&quot;Summary&quot; &quot;Owned By&quot;

C:\Users\harry\Desktop&gt;od -c export.csv | more
0000000 377 376 &quot; \0 C \0 h \0 i \0 l \0 d \0
r \0
0000020 e \0 n \0 &quot; \0 \t \0 &quot; \0 T \0 y
\0 p \0
0000040 e \0 &quot; \0 \t \0 &quot; \0 I \0 d \0
&quot; \0 \t \0
0000060 &quot; \0 S \0 u \0 m \0 m \0 a \0 r \0
y \0

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 16 '10, 12:06 a.m.

Question was seen: 4,385 times

Last updated: Nov 16 '10, 12:06 a.m.

Confirmation Cancel Confirm