Schema metadata export | Community
Skip to main content
New Participant
October 27, 2023
Solved

Schema metadata export

  • October 27, 2023
  • 2 replies
  • 915 views

Hi there,

 

I am looking to maintain a list of metadata that we have in AEP for our stakeholders to see what's available. Is there a way to easily export the fields out? Some example of fields I am looking for are: Field name, field type, description etc.

 

I tried using the API but it returns a very complicated set of JSONs.

 

Thanks.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arijitg

Hi @akwankl 

 

If you change the content header to "Content-Type:text/csv" you will get a readable CSV format output.

 

Regards,

Arijit Ghosh

2 replies

Rudi-Shumpert
Employee
October 30, 2023

To add to @arijitg comment you can also use one of the many JSON formatters online to paste the results into in order to get a more readable version.   This would make a great idea / feature requests as well.  You might think about adding it to the ideas pages

arijitg
arijitgAccepted solution
Employee
October 30, 2023

Hi @akwankl 

 

If you change the content header to "Content-Type:text/csv" you will get a readable CSV format output.

 

Regards,

Arijit Ghosh