CSV import
-
I am trying to CSV import products with 1 meta-value column
The column contains this type of string-
a:3:{s:7:”qty_min”;i:36;s:7:”qty_max”;i:1036;s:8:”qty_step”;i:1;}However, when inspecting the SQL data the string changes to –
s:65:”a:3:{s:7:”qty_min”;i:46;s:7:”qty_max”;i:1046;s:8:”qty_step”;i:1;}”;
When excluding the first 2 colons it works correctly.What must I do get the string to import as is.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSV import’ is closed to new replies.