Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Need to add custom fields to exportmetadata csv file

Avatar

Level 2

 

In assets UI we have added few custom columns in list view. when we select on any article and then click on export metadata it will export those columns of that article into csv. so we are not able to get the custom columns added into csv.
Here are the list of columns in list view.

srikanth532_0-1650647510617.png

 

 

Here are the list of columns in the exported csv

srikanth532_1-1650647510454.png

 

So, its showing only few columns in the exported csv. we want all the custom columns to be added into that csv and also remove unwanted columns while exporting.

3 Replies

Avatar

Level 4
Level 4

@srikanth532 shared images are not showing up properly.

Can you please share below info to better understand the issue - 

1. How are you adding new custom columns in list view

2. AEM Version

3. Are you getting any errors in logs

 

Avatar

Level 2

@nj2 
1) added columns by overlaying /apps/dam/gui/content/commons/availablecolumns
and added the custom logic to get data dynamically to those columns /apps/dam/gui/coral/components/admin/contentrenderer/row/common/reorder.jsp
2) Currently using 6.5.8, in a week we may upgrade to 6.5.12

3) Nothing from the error logs

The problem here is mainly with the downloaded csv, its not showing up all the columns which i have added, its only showing few of my custom columns.

Avatar

Community Advisor

@srikanth532  See if you can get the query to fetch the data for exported csv by setting debug level logs. This way, you'll be able to determine if export logic is only fetching the default columns in csv. If this is the case, you will need to customize the export logic as well to suit your needs.