X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/161b9e700918ab3df7c1c95a236071f14f5cca7e..f16b77358a0cbedf9681c6ea95bd2a076b8b78a9:/SL/GDPDU.pm diff --git a/SL/GDPDU.pm b/SL/GDPDU.pm index c9650f763..7ba9b7425 100644 --- a/SL/GDPDU.pm +++ b/SL/GDPDU.pm @@ -180,6 +180,9 @@ sub table { ->tag('DecimalSymbol', '.') ->tag('DigitGroupingSymbol', '|') # see CAVEATS in documentation ->tag('VariableLength', sub { $self + ->tag('ColumnDelimiter', ',') + ->tag('RecordDelimiter', '&x0A;') + ->tag('TextEncapsulator', '"') ->columns($table) ->foreign_keys($table) })