Using another separator in "Export" as "," [message #214055] |
Thu, 25 January 2007 10:42  |
Eclipse User |
|
|
|
Originally posted by: KartoffelKiffer.gmx.de
Hi,
id like to use another seperator in the Export-Mechanism than ",".
I mean the Export-Mechanism in the finish report "frameset?__report=(...)"
which exports the viewed data in .csv-Files.
Is it possible to change this seperator?
Bye Tom
|
|
|
|
Re: Using another separator in "Export" as "," [message #214302 is a reply to message #214294] |
Fri, 26 January 2007 02:24   |
Eclipse User |
|
|
|
Originally posted by: arne.degenring.com
Tom wrote:
> id like to use another seperator in the Export-Mechanism than ",".
>
> I mean the Export-Mechanism in the finish report "frameset?__report=(...)"
> which exports the viewed data in .csv-Files.
>
> Is it possible to change this seperator?
Hi Tom,
Unfortunately, the comma is hard-coded to the
ReportEngineService.extractData method. This is something I don't like
either, because at least German Excel 2003 expects ";" as the separator
char. With "," all fields are displayed in just one column.
I found the following issue but it is marked as "won't fix":
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163186
So at my customer's project, we decided to create a customized version of
the BIRT viewer servlets that uses ";" in case of a German locale.
Another related problem is that special characters like German umlauts
aren't displayed correctly in German Excel either. I haven't verified yet
but it seems to be related to the fact that, by default, UTF-8 encoding is
used which Excel seems to misinterpret. I assume that ISO-8859-1 would
work.
Hopefully, all these issues will be gone as soon as native Excel support
has arrived:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=159491
Regards,
- Arne
|
|
|
|
|
Re: Using another separator in "Export" as "," [message #214845 is a reply to message #214728] |
Mon, 29 January 2007 12:31  |
Eclipse User |
|
|
|
Originally posted by: arne.degenring.com
Tom wrote:
> Tom wrote:
>> Hello Arne,
>> thanks for your Answer.
>> I need anything like a customized version too, how did you realize this?
>> You have certainly already noticed that that i'm from Germany too, so we
>> have the same problems. Maybe we can talk a few sentences by E-Mail
>> (KartoffelKiffer@gmx.de)?
>> In fact somebody will come in the future and wants to have another
>> seperator as the ",". Because of this i will look for an alternative.
In the meantime, Liwen Chen was so kind to file and assign the following
bug, so if we're lucky this will be fixed soon:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=171977
Regards
- Arne
|
|
|
Powered by
FUDForum. Page generated in 0.05309 seconds