From 161b9e700918ab3df7c1c95a236071f14f5cca7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 13 Oct 2015 18:06:27 +0200 Subject: [PATCH] GDPDU: DigitGroupingSymbol hirntot setzen. --- SL/GDPDU.pm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 -- 2.20.1