Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Array not converting to CSV #84

Open
marcelofinchain opened this issue Sep 24, 2020 · 1 comment
Open

JSON Array not converting to CSV #84

marcelofinchain opened this issue Sep 24, 2020 · 1 comment

Comments

@marcelofinchain
Copy link

marcelofinchain commented Sep 24, 2020

Hi there,

My array does not have keys. Not sure if that is the reason why it is not being converted. It generates an empty CSV file. All other more plain vanilla JSON files worked but not this one. Any clues why? Here is my sample:

[
[ 'funding', 'USD', 5.86362147, 0, 5.86362147, null, null ],
[ 'funding', 'BTC', 0.0050514, 0, 0.0050514, null, null ],
[ 'funding', 'BTG', 0.0050514, 0, 0.0050514, null, null ],
[ 'funding', 'BAB', 0.0199, 0, 0.0199, null, null ],
[ 'funding', 'BSV', 0.0099, 0, 0.0099, null, null ],
[
'exchange',
'USD',
114.70389722245558,
0,
114.70389722245558,
'Trading fees for 0.00419623 BTC (BTCUSD) @ 10274.2628 on BFX (0.2%)',
null
],

@kaue
Copy link
Owner

kaue commented Oct 22, 2020

Thats interesting, i believe we currently don't have support for converting arrays of string arrays to csv.
I may take a look on this when i have some free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants