Ability to export/download the contents in the Data Element Tab on a Data Set asset page
Hi Team,
I have a requirement to download the view on the Data Element Tab on a dataset asset page into an excel/csv similar to the option on the table views.
The users do not want to filter on the table views, but have a button on the UI to download the same.
Is there any recommendations on how to do the same other than the workflows.
Thanks in advance,
Arun N
Arun Narayanan
Posted 5 years ago · Edited 1 year ago·Last reply 5 years ago
4 comments
ravindranurukurthi
·5 years ago · EditedHi Arun , You can do this by chaining the following APIs
GET /outputModule/tableViewConfigs/viewId/{viewId}
POST /outputModule/export/csv-file ( Can use Excel or JSON )
GET /files/{fileId}
Stijn Waegemans
·5 years ago · EditedI agree with Ravindra that this is a good case for the output module. I would create a workflow that is available on the dataset that uses the core API to call the OutputModuleAPI functions.
Arun Narayanan
OP5 years ago · EditedThanks Alberto,
We are looking for guidelines/recommendations to build the same.
Is there an OOTB/plugin option for the same, less customization/maintenance option that you can suggest.
albertovicente
·5 years ago · Edited@anaray13.its.jnj.com - did you try to create something custom such us internal API call or CLI job, that deliver that information daily to your client?
Further information here : https://developer.collibra.com/