how to get data from content fragment and export in JSON format
Hi Everyone,
This is Kamlesh
I want to get data from content fragment and export in JSON format using sling model exporter, can you please help me figure it out this problem.
Thanks.
Hi Everyone,
This is Kamlesh
I want to get data from content fragment and export in JSON format using sling model exporter, can you please help me figure it out this problem.
Thanks.
Hello @kamlesh-07
Some OOTB options to explore:
Option-1:
OOTB Content Services would allow to access Content Fragment data by appending .model.json to the CF. Reference: https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/json-exporter.html?lang=en
It essentially works with Content Fragment component. Example: Add CF to a page via Content Fragment component. Then access its data as http://localhost:4502/content/experience-fragments/wknd/language-masters/en/contributors/stacey-roswells/byline/jcr:content/root/container/contentfragment.model.json
Option-2: You should try exploring GraphQL to get Json output from Content Fragments. They are pretty powerful.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.