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.

Exporting Content Fragment as CSV

Avatar

Level 4

Could you please suggest a way to export Content Fragment Data as CSV file. We have OOTB to export it as JSON. Wanted to explore is there any way we can do it as csv file ? 

 

Thanks, 

Poovitha S

3 Replies

Avatar

Community Advisor

Exporting Metadata from Asset as CSV is possible. 

https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-exp...

 

But you are looking for the Fragment contents present in jcr:content/data/master and its variations, you can write server side logic to query the content fragments and read these properties and save as csv file in dam. 

 

Thank you @Saravanan_Dharmaraj , I just wanted to look into OOTB options. Thanks for Clarifying will proceed with server side logic.

 

Thanks,

Poovitha S