Seems simple but I can't get it to work.
I try to import categories for com_contact from my xml file.
I have three fields in my template:
[*] title
[*] extension
[*] category_path
I think this is the minimum information I need to serve Joomla!
The title field is easy, the value comes directly form the XML
The extension field gets always the same value "com_contact"
The category_path needs basically a copy from title. I found the copy rule (among others), but it does not work. Better: I don't understand how I get it to work.
I created a rule to copy the value from my source XML field to the category_path field.
and added this rule to the category_path field.
Doesn't do what I want it to do. Where am I wrong?
Thanks!
Chris
P.S.: I know I need to modify the value for category_path further to make a correct import. Copying is just for starters.