Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 234 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Extract JSON fields from column of csv for filtering in OAC
Use Case:
I have a CSV file with multiple columns, and one of the columns is called metadata, which contains JSON values like:{'Architecture': 'x64', 'Vendor': 'One', 'DB Version': None}.
I want to extract each of these values like Architecture, Vendor, and DB Version so I can use them individually as filters or in visualizations.
Is this possible in Oracle Analytics Cloud?
Answers
-
You could explore using REST API connector(whose output will be parsed based on json) to create dataset in OAC and then use this dataset to define workbook and filter. Tagging PM @Avinash Krishnaram-Oracle to see if this suggestion is valid for the use case described.
0
