cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Impex to update contentslot with flexiblesearch

Former Member
0 Likes
1,255

Hi,

I have an impex which runs everyday. So, I want to append the component to existing content slot. Since my impex runs everyday, it's adding the same component everyday. Can i have an impex that just updates the component only once.

Accepted Solutions (0)

Answers (1)

Answers (1)

Huskar
Participant
0 Likes

In your impex header, use [append=true] for component. Now it will append components instead of updating with single value.

Former Member
0 Likes

Thanks for the reply Krinhn. Sorry if i have not explained it properly. Below is the example. If i execute below 5 times, component1 will be appended 5 times. But i want this component to be appended only once even i execute multiple times. I think it requires flexibleSearch in impex to do that.

 INSERT_UPDATE ContentSlot   ;$contentCV[unique=true]    ;uid[unique=true]    ;cmsComponents(uid,$contentCV)[append=true]
                             ;                            ;testSlot1            ;component1