Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 161b9e70

Von Sven Schöling vor etwa 8 Jahren hinzugefügt

  • ID 161b9e700918ab3df7c1c95a236071f14f5cca7e
  • Vorgänger c7b0defb
  • Nachfolger f16b7735

GDPDU: DigitGroupingSymbol hirntot setzen.

Unterschiede anzeigen:

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