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
],
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
],