mannharleen / odo

Continue developing on the original project from pydata-blaze called ODO
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

OSFS JSON to FTP CSV fails & OSFS JSON to OSFS CSV too . Implies JSON to CSV fails #2

Open mannharleen opened 5 years ago

mannharleen commented 5 years ago

the route is - ['odo.CSV', 'pandas.DataFrame', 'numpy.ndarray', 'list', 'odo.Temp(JSON)', 'odo.Temp(URL(JSON))']

Some observations:

odo({"a":1, "b":2}, list)
['a', 'b']

odo(r'C:\xxxxxx\del1.json', list)
{'a': 1, 'b': 2, 'c': 3}
mannharleen commented 5 years ago

More observations

json file with [{...}] to csv ------------- works json file with {...} to csv ------------- DOES NOT work jsonline file to csv ------------- works