Creating Content Fragment from a csv file | Community
Skip to main content
New Participant
December 27, 2021
Solved

Creating Content Fragment from a csv file

  • December 27, 2021
  • 1 reply
  • 1666 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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-fragments.html?lang=en

 

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
December 27, 2021

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-fragments.html?lang=en

 

Arun Patidar