Convert PostgreSQL nested JSON to numeric array in Tableau
问题 I have a PostgreSQL database containing a table test_table with individual records. First column is a simple store_id , second column meausurement is a nested json. store_id | measurement ---------------------- 0 | {...} The format of the measurement column is as follows: { 'file_info': 'xxxx', 'data': { 'contour_data': { 'X': [-97.0, -97.0, -97.0, -97.0, -97.0, -97.0], 'Y': [-43.0, -41.0, -39.0, -39.0, -38.0, -36.0] } } } I would like to plot Y vs. X in a scatter plot in Tableau. Therefore I