From: Sven Schöling Date: Tue, 13 Oct 2015 16:06:27 +0000 (+0200) Subject: GDPDU: DigitGroupingSymbol hirntot setzen. X-Git-Tag: release-3.5.4~1985 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=161b9e700918ab3df7c1c95a236071f14f5cca7e;p=kivitendo-erp.git GDPDU: DigitGroupingSymbol hirntot setzen. --- diff --git a/SL/GDPDU.pm b/SL/GDPDU.pm index cccc0527e..c9650f763 100644 --- a/SL/GDPDU.pm +++ b/SL/GDPDU.pm @@ -178,7 +178,7 @@ sub table { ->tag('Format', $date_format) }) ->tag('DecimalSymbol', '.') - ->tag('DigitGroupingSymbol', '') + ->tag('DigitGroupingSymbol', '|') # see CAVEATS in documentation ->tag('VariableLength', sub { $self ->columns($table) ->foreign_keys($table) @@ -475,6 +475,19 @@ Hopefully there are no bugs there. It's currently disallowed to export the whole dataset. It's not clear if this is wanted. +=item * + +It is not possible to set an empty C since then the import +will just work with the default. This was asked in their forum, and the +response actually was: + + Einfache Lösung: Definieren Sie das Tausendertrennzeichen als Komma, auch + wenn es nicht verwendet wird. Sollten Sie das Komma bereits als Feldtrenner + verwenden, so wählen Sie als Tausendertrennzeichen eine Alternative wie das + Pipe-Symbol |. + +L + =back =head1 AUTHOR