View Issue Details

IDProjectCategoryView StatusLast Update
0001103OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 14:22
Reporterphilipp_grashoff Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.3 revision 19918 
Fixed in Version4.1.6 revision 22740 
Summary0001103: Export and Import arent compatible
DescriptionProduct Export uses single quotes for enclosing data, but import uses double quotes. Thus, you can't export data and import it again.

Solution: Unify Export and Import. Either make both use double quotes or single quotes
TagsExport, Import
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

vilma_liorensaityte

2009-08-27 15:33

reporter   ~0001553

Reminder sent to: dainius.bigelis, ralf_trapp

There is a config option 'sGiCsvFieldEncloser', that defineds Csv file field encloser (double quotes or single quotes). At the moment it is not set on shop, so it uses default encloser "(double quotes). Maybe it is better to use this parameter that current import is not destroyd?

dainius.bigelis

2009-09-11 15:02

reporter   ~0001719

Answer is:
- use the option 'sGiCsvFieldEncloser'. Include the checkbox for this option in the admin next to Import/Export settings, so user will have possibility to select the wanted quotes for CSV files.
In this option the same (the single or double quotes) value should be included by default in Import and Export settings.

vilma_liorensaityte

2009-09-16 15:59

reporter   ~0001757

Reminder sent to: philipp_grashoff

hi,

we need translations for this option:
"CSV-Encloser for Im/Export"

thanks

philipp_grashoff

2009-09-16 16:18

reporter   ~0001758

Hello,

this really is an ugly one as there is no real translation for encloser. The best i can think of is:
"Zeichen, um CSV-Daten beim Im/Export einzufassen"
quite long though.

vilma_liorensaityte

2009-09-16 16:27

reporter   ~0001759

Config option "sGiCsvFieldTerminator" was set as deprecated, instead option "sCSVSign" will be used in all versions EE, PE and CE.
Added new option to admin 'sGiCsvFieldEncloser'.