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?
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.
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.