How can I export the data in csv format in AEM 6.3 for other e-commerce system.
Solved! Go to Solution.
Views
Replies
Total Likes
Export to CSV feature allow your to export Metadata (Published date, modified date) + Analytics + Page Path+ etc. It is more of the information about your pages.
But if you need to export data other then this then you would need to write custom service using JCR API, SQL Queries etc.
Example :-
-Kautuk
Views
Replies
Total Likes
You would need to write a custom Service that reads the JCR data you want to export, format the data to CSV and then return it. Purhaps a Sling Servlet.
Views
Replies
Total Likes
My first answer is based on if you want to perform additional operations on the data. For example, you can use Java logic to perform some additional encoding operations and check the data and so on.
Alternatively - you can simply dump data by following this: Export to CSV
Views
Replies
Total Likes
Export to CSV feature allow your to export Metadata (Published date, modified date) + Analytics + Page Path+ etc. It is more of the information about your pages.
But if you need to export data other then this then you would need to write custom service using JCR API, SQL Queries etc.
Example :-
-Kautuk
Views
Replies
Total Likes
Views
Likes
Replies