Revision f16b7735
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/GDPDU.pm | ||
---|---|---|
180 | 180 |
->tag('DecimalSymbol', '.') |
181 | 181 |
->tag('DigitGroupingSymbol', '|') # see CAVEATS in documentation |
182 | 182 |
->tag('VariableLength', sub { $self |
183 |
->tag('ColumnDelimiter', ',') |
|
184 |
->tag('RecordDelimiter', '&x0A;') |
|
185 |
->tag('TextEncapsulator', '"') |
|
183 | 186 |
->columns($table) |
184 | 187 |
->foreign_keys($table) |
185 | 188 |
}) |
Auch abrufbar als: Unified diff
GDPDU: korrekte delimiter angeben