Hi there!
I'm working on an impex who will update a CMSNavigationNode, and I need to clear the current list of children, before put another children's list.
I'm new about creation of impex files and her sintax, how can I make it?
Here i's my current impex:
INSERT_UPDATE CMSNavigationNode;uid[unique=true];$contentCV[unique=true];name;title;parent(uid, $contentCV);children(uid,$contentCV)[mode=append];links(uid, $contentCV);&nodeRef;parentPOS; ;PersonalDetailsNavNode;;Personal Details;Minha Conta;MyAccountNavNode;;;PersonalDetailsNavNode;1 ;AddressBookNavNode;;Address Book;Meus Endereços;MyAccountNavNode;;;AddressBookNavNode;2 ;OrderHistoryNavNode;;Order History;Meus Pedidos;MyAccountNavNode;;;OrderHistoryNavNode;3 ;SignOutNavNode;;Sign Out;Sair;MyAccountNavNode;;;SignOutNavNode;4
Thanks for your time!