Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

AEM LinksLinkedIn

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

AEM LinksLinkedIn