Replies: 1 comment
-
|
Thanks for the quick solution @Kholid060 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a Google Sheet with a table with a header row and three rows and 4 columns of data.
If I read the file without using the first row as keys I get the following json
[ [ "service", "rating-count", "rating-value" ], [ "Satispay", "83305", "4,6" ], [ "Revolut", "124000", "3,6" ], [ "N26", "4500", "4,8" ] ]but if I read the file using the first row as keys I get the following json:
As you can see each row of the table is repeated as many times as the number of columns. Where am I doing wrong?
Regards,
Fabio
Beta Was this translation helpful? Give feedback.
All reactions