Revision 15363af3
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/GDPDU.pm | ||
---|---|---|
375 | 375 |
|
376 | 376 |
my @transactions = sort_by { $_->[0]->{sortkey} } @{ $datev->{DATEV} }; |
377 | 377 |
|
378 |
my $csv = Text::CSV_XS->new({ |
|
379 |
binary => 1, |
|
380 |
eol => "\n", |
|
381 |
sep_char => ";", |
|
382 |
}); |
|
378 |
my $csv = Text::CSV_XS->new({ binary => 1, eol => "\r\n", sep_char => ",", quote_char => '"' }); |
|
383 | 379 |
|
384 | 380 |
my ($fh, $filename) = File::Temp::tempfile(); |
385 | 381 |
binmode($fh, ':utf8'); |
Auch abrufbar als: Unified diff
GDPDU: datev csv formatierung