Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Extract JSON fields from column of csv for filtering in OAC

Received Response
32
Views
1
Comments

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