Notifications
Clear all

[Solved] Export all model fields with Descriptions?

2 Posts
3 Users
0 Reactions
938 Views
0
Topic starter

I would like to get an export of all the fields on a model with the "Description" of every field as it appears in studio. How would i do this?

2 Answers
0

Beginning with 16.0, there is a panel called One.doc.InstanceDocs which you can open as a VC Admin. This has the ability to export a "Data Dictionary" XLSX file which has exactly what you want.

However, prior to 16.0, your only option is the modeldoc Sean mentioned.

0

The only way I know of to view the fields outside of Studio is executing ant modeldoc to create documentation for models under build/docs/modeldoc/. If you're talking about exporting the fields to a CSV or XLS, I don't know of any mechanism in Platform to do that, but you could just write a script to parse the XML and rebuild in a different format.