Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

JSON Connect - Issue #298

Open
ccamusso opened this issue Feb 24, 2020 · 1 comment
Open

JSON Connect - Issue #298

ccamusso opened this issue Feb 24, 2020 · 1 comment

Comments

@ccamusso
Copy link

I try to use JSON Connector with Google Data Studio and this json file example:
https://jsonplaceholder.typicode.com/comments

The connector configuration is ok
Schermata 2020-02-24 alle 15 18 31

Schermata 2020-02-24 alle 15 16 23

but in report a get this generic error:
Schermata 2020-02-24 alle 15 20 45

where is the problem?

@ccamusso ccamusso changed the title JSON Connect - Ussue JSON Connect - Issue Feb 24, 2020
@woutervandamme
Copy link

woutervandamme commented Jul 31, 2020

in the function getColumns , change

rowValues.push(validateValue(field, fieldValue))
to
rowValues.push(validateValue(field, fieldValue.toString()))

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

No branches or pull requests

2 participants