I have a text file that's content is like bellow(I think it's a JSON object):
{"t":[1322352000,1322438400] , "o":[123,123], "h":[123,123], "l":[123,123], "c":[123,123]}
The problem is, I don't know the number of elements in each array, but they are equal as they are stock data. I like to make a .csv
file that each array will fill one column of it. But have no idea and experience to doing that!
How may I approach this?