projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
161b9e7
)
GDPDU: korrekte delimiter angeben
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 13 Oct 2015 16:35:16 +0000
(18:35 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:18 +0000
(17:11 +0200)
SL/GDPDU.pm
patch
|
blob
|
history
diff --git
a/SL/GDPDU.pm
b/SL/GDPDU.pm
index
c9650f7
..
7ba9b74
100644
(file)
--- 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)
})