Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Creating Content Fragment from a csv file

Avatar

Level 1

I have a csv file where the columns are the fields of the model of the content fragment that I want to create.

So I need to create a list of content fragment starting from this csv file. 

How can I do it?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

you can either use asset api or content fragment java api to create CF from CSV

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/assets-api-content-fr...

 



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

you can either use asset api or content fragment java api to create CF from CSV

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/assets-api-content-fr...

 



Arun Patidar