Open aterjung opened 9 years ago
I'm having the same problem. I'm using the develop branch together with HO_Import.
@Nesse Do not use nested arrays with Ho_Import, Ho_Import handles all the file formatting.
@paales So it's not necessary to split my categories?
"Voetbal/Shirts lange mouw***Sportkleding & accessoires/Kleding/Shirts/Lange mouwen"
<_category helper="ho_import/import::getFieldSplit">
<field field="categories" />
<split>***</split>
</_category>
Yes that is necessary, but you shouldn't use the nested arrays configuration is AvS_FastSimpleImport. Lets continue the discussion here https://github.com/ho-nl/Ho_Import/issues/59
Could you please create a new issue https://github.com/ho-nl/Ho_Import/issues
Hi,
if i import category assignments with nested arrays like: '_category'=> array('test1','test2')
or with ids '_category'=> array(1,2)
i'll get a "Category does not exists" error. If i split the import into to rows, no error is thrown and the import is successful.
Is there anything known about this?
thanks in advance
Aike Terjung