CSV-Export Enhancement Groupdelimiter Semikolon

Asked by Joachim Schnell

I'm missing the following things in the csv-Export:

- ; (semicolon) as Group-Delimiter

Question information

Language:
English Edit question
Status:
Solved
For:
Financisto Edit question
Assignee:
No assignee Edit question
Solved by:
Joachim Schnell
Solved:
Last query:
Last reply:
Revision history for this message
Denis Solonenko (denis-solonenko) said :
#1

Could you please elaborate on this? Do you mean 'group delimiter' option in CSV export dialog?

Revision history for this message
Joachim Schnell (schnell-smp-net) said :
#2

In the csv-Export 3rd Column there is only "." "," " " and "" avaiable.
I need the option ";"

Revision history for this message
Denis Solonenko (denis-solonenko) said :
#3

'Group delimiter' defines thousands separator for amounts. Like in 1,000.00$ it is ','
I never knew that ';' is used for that purpose. Why would you like to have ; as a numbers group separator?

Revision history for this message
Joachim Schnell (schnell-smp-net) said :
#4

Please take a look on my sample export file:

Datum;Betrag;HS;Notiz;Bezahlt mit;Kategorie
21.05.2010;1,5;S;ab;Kasse;Zeitschriften
21.05.2010;11,4;S;Schill;Kasse;Essen
21.05.2010;10;H;Smp kk;Kasse;<unbekannt>
22.05.2010;5,06;S;Bäcker;Kasse;Lebensmittel

Revision history for this message
Denis Solonenko (denis-solonenko) said :
#5

Ok, now I see. You want ';' as the delimiter between entries. But it wouldn't be a CSV ("comma-separated values") file then, but your request is noted. I will add a blueprint for future implementation. Thanks!

Revision history for this message
Joachim Schnell (schnell-smp-net) said :
#6

Thank you.