How to update subcategories field
I would like to know how can we update subcategory which is under (linked) with another category,
I have a Category named Product (A, B, C) which there's sub Category Product Catalog (A1, A2, B1, C1, C2, C3) field, now using RQM Excel Importer how can I update values to Product Catalog field.
Product, Product Catalog
A A1, A2
B B1
C C1, C2, C3
In excel field Product is at Column X, and Product Catalog is at Column Y. What should I write in my CFG file, please help.
CFG file.
testcase.category term="Product".value=X (working)
testcase.category term="Product Catalog".value=Y (not working)
How will subcategory field work, thanks.