Expand my Community achievements bar.

AEM6.4: Need help on customizing fields in Create CSV Export

Avatar

Level 2

Hi Team,

We got a requirement to customize the column/fields exported as part of "Create CSV Export" functionality from site search results page in AEM6.4.Could you please help us on this.

Note: need to add a new column/fields like emailaddress and the page properties is already available in our application.

1634091_pastedImage_0.png

Thanks

Seran

1 Reply

Avatar

Level 10

Here are the OOTB docs for this use case:

Export to CSV

If you need more properties other then what is offered in this GUI, then you need to write a custom OSGi service that reads page props and writes the results to Excel using an Excel Java API.