I would like to organise data from a JSON file. The column headers I require are stored as comma separated string in the column column (Timestamp,Value,Quality Code,Absolute Value,AV Quality Code) and the associated related values are stored as a comma separated string in the data column (["2016-03-17T12:00:00.000+01:00",0,130,null,null]).
I need the set up to be dynamic as the data and columns will change with different parameters supplied as JSON.



