Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 230 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 86 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is there a way to export the metadata for a dataset?

Been asked if the metadata for a data set can be export from DV. Using the screen shot below they would like to export what would be the table below.
Answers
-
No way that I am aware of. though you can look at the developer tab for the dataset
2 -
Thanks @Wayne Van Sluys. This may help.
0 -
@Marcelo G. Proaño , What "table below?"
…they would like to export what would be the table below.
1 -
Yes. Like in a csv or excel file.
0 -
It seems that you intended to include a table in your previous post, but I do not see any table.
0 -
No, sorry for the confusion. Just look at the screen shot I provided and think of exporting that as a csv or excel file. That's basically it.
0 -
If you see something in DV, there is a Rest API that returned that data.
It could be documented (datasets have a number of documented APIs), or it's one of the "private" APIs that DV uses that still don't have a documentation. But 100% of DV works on Rest API calls, therefore you can get all that via a Rest API call.
Look at your browser developer tool screen, in the network you will see all the Fetch/XHR calls for each screen of DV. If you look at that when you open that page for a dataset, you will easily get the service to call, the parameters to pass and everything you need to execute that kind of call yourself with the language or tool of your choice.
If you want to have "fun", you can even try to create a connection using the Rest API source, and call that service to get the output into a dataset and then you can do whatever you want with it.
2 -
That sounds awesome @Gianni Ceresa. I think it's above my wheelhouse though and I'd have to learn how to make those REST API calls. I'm going to put it down as a goal. Thank you.
0 -
+ @Bret Grinslade - Oracle Analytics-Oracle - Might be great in the Idea Lab.
1 -
Yes this is a good idea lab request.
@Marcelo G. Proaño what is your use case for this metadata?
0