Expand my Community achievements bar.

changing properties to multivalue

Avatar

Level 4

At first I used single values for a property businessCategories. but now I edited field in page properties as multifield.

Now I have to change all the previous values in each page's jcr:content to multifield. How to do this bulk operation of changing to multifeld? It is throwing error when i use data importer to bulk import properties saying "[L@453fkgiofj] is cannot be saved in /conent/..../..".

 

if possible provide solution with no code changes.

Thankyou.

2 Replies

Avatar

Community Advisor

When you make change on component it will update all of the places on content where you have used it. But existing data might be lost based on your implementation.

 

check the documentation here https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/...

Avatar

Community Advisor

@AliSyed1  "[L@453fkgiofj] is cannot be saved" -- This error occurs usually when the importer encounters incompatible data types, is the type changed to type String[] from String for the bulk importer?