Unsolved
This post is more than 5 years old
10 Posts
0
1082
October 24th, 2006 01:00
ecc storage scope - export reports to csv.
Hi,
I have got strange problem when I choose export to csv in storage scope I get file where are ,= instead ; between values. I checked local settings in windows (firefox, ie) and everything is ok, the same problem is in linux (firefox). I would be grateful for any advice.
I forgot to add : Version 5.2.0.4.0
Message was edited by:
krzyh
I have got strange problem when I choose export to csv in storage scope I get file where are ,= instead ; between values. I checked local settings in windows (firefox, ie) and everything is ok, the same problem is in linux (firefox). I would be grateful for any advice.
I forgot to add : Version 5.2.0.4.0
Message was edited by:
krzyh
0 events found
No Events found!


owen4
2 Posts
1
October 24th, 2006 02:00
The seperator is , (comma), the values are defined as ="value". This way, every value will be imported as string, avoiding problems with auto-interpretation done by excel or other spreadsheet programs. For example, symvols like 0100 don't get imported incorrectly as number 100, but as the string "0100".
I have got strange problem when I choose export to
csv in storage scope I get file where are ,= instead
; between values. I checked local settings in windows
(firefox, ie) and everything is ok, the same problem
is in linux (firefox). I would be grateful for any
advice.
I forgot to add : Version 5.2.0.4.0
Message was edited by:
krzyh
krzyh
10 Posts
0
October 24th, 2006 02:00
Thanks for replay owen.
michaelf1
109 Posts
1
November 7th, 2006 16:00
If you want this feature added, you could always see if its possible to request it through your account team, or the other option is (as your already using) is to pre-process the output to clean it up before using it elsewhere.