CC: | 'Czapek Roland - Firma' <Roland.Czapek [...] Nexellence.at>, REWE OBS <OBS [...] rewe-group.at> |
Subject: | [OBS-SUBPROJ #4034] old tablenames like RTxAssets and RTxCatalog / Extend variable sep_char module Text::CSV_XS |
Date: | Wed, 22 Mar 2017 08:47:32 +0000 |
To: | "'bug-RT-Extension-Assets-Import-CSV [...] rt.cpan.org'" <bug-RT-Extension-Assets-Import-CSV [...] rt.cpan.org> |
From: | Pletter Thomas <T.Pletter [...] rewe-group.at> |
Hello,
Is this module still maintained ?
A bug was reported at Do 28. Jan 2016, 06:11:39 from jvandewege :
@ I'm currently working on a plan to upgrade our RT instance to the coming RT-4.4 release and want to import a lot of assets
@ from an old system. I've upgrade my test system to 4.4RC3 and discovered that the latest version of this extension isn't adapted
@to that version. This extension still uses the old tablenames like RTxAssets and RTxCatalog
We have also the same problem. We changed temporarily the sequences und table_names to Assets and tried it again.
It seems ok ?
Is there a possibility to minimal extend RT-Extension-Assets-Import-CSV ?
We need another sep_char because in columns exist the sep_char ","
The module Text::CSV_XS has the possibility like :
$csv = Text::CSV_XS->new({
'quote_char' => '"',
'escape_char' => '"',
'sep_char' => ',',
'binary' => 0
});
Here are my changes ( change tablenames and sequence, extend sep_char ), i am not a experienced perl programmer,
so you can do it better :
Kind regards,
Thomas
Show quoted text
______________________________________
HINWEIS:
Alle von Gesellschaften der REWE International AG elektronisch uebermittelten Auskuenfte, Mitteilungen
und Erklaerungen sind vertraulich und rechtlich unverbindlich. Verpflichtungen von Gesellschaften der
REWE International AG beduerfen der schriftlichen Einigung in saemtlichen Vertragspunkten sowie der Unterfertigung
durch das vertretungsbefugte Organ. Im Falle einer Fehluebermittlung ersuchen wir um Benachrichtigung sowie um
Vernichtung und Beachtung, dass jegliche Form der Verwendung und Weitergabe der Inhalte an Dritte unzulaessig ist.
NOTICE:
All notices, declarations and explanations transferred electronically from REWE International AG companies
are confidential and not legally binding. Obligations of REWE International AG companies arise only when written
agreement to all contractual points has been confirmed in writing with the signature of an authorized representative.
If this e-mail was sent by mistake, please inform us immediately. Furthermore we also request you to destroy it
and use neither the contents nor disclose them in any manner to third parties.
Message body is not shown because sender requested not to inline it.
Message body not shown because it is not plain text.