Skip to Content
0
Jan 19, 2023 at 08:26 PM

​clear list of children via impex

109 Views Last edit Jan 19, 2023 at 05:52 PM 3 rev

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!