Revision 161b9e70
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/GDPDU.pm | ||
---|---|---|
178 | 178 |
->tag('Format', $date_format) |
179 | 179 |
}) |
180 | 180 |
->tag('DecimalSymbol', '.') |
181 |
->tag('DigitGroupingSymbol', '')
|
|
181 |
->tag('DigitGroupingSymbol', '|') # see CAVEATS in documentation
|
|
182 | 182 |
->tag('VariableLength', sub { $self |
183 | 183 |
->columns($table) |
184 | 184 |
->foreign_keys($table) |
... | ... | |
475 | 475 |
It's currently disallowed to export the whole dataset. It's not clear if this |
476 | 476 |
is wanted. |
477 | 477 |
|
478 |
=item * |
|
479 |
|
|
480 |
It is not possible to set an empty C<DigiGroupingSymbol> since then the import |
|
481 |
will just work with the default. This was asked in their forum, and the |
|
482 |
response actually was: |
|
483 |
|
|
484 |
Einfache Lösung: Definieren Sie das Tausendertrennzeichen als Komma, auch |
|
485 |
wenn es nicht verwendet wird. Sollten Sie das Komma bereits als Feldtrenner |
|
486 |
verwenden, so wählen Sie als Tausendertrennzeichen eine Alternative wie das |
|
487 |
Pipe-Symbol |. |
|
488 |
|
|
489 |
L<http://www.gdpdu-portal.com/forum/index.php?mode=thread&id=1392> |
|
490 |
|
|
478 | 491 |
=back |
479 | 492 |
|
480 | 493 |
=head1 AUTHOR |
Auch abrufbar als: Unified diff
GDPDU: DigitGroupingSymbol hirntot setzen.