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?