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

Not processing json #28

Open
indigohedgehog opened this issue Oct 10, 2013 · 0 comments
Open

Not processing json #28

indigohedgehog opened this issue Oct 10, 2013 · 0 comments

Comments

@indigohedgehog
Copy link

At pivot.js in function init() if a json is passed, it goes to function processJSON(input) and makes a JSON.parse(input), so if a json like [[header1,...headerN],[contentA1..contentA2]..] is passed it breaks. Yet, if a [{header1:contentA1,..headerN:contentA1},{..},..] is passed it succeeds, but then it doesn't get processed on function processHeaderRow(row) because it uses rows like [h1..hn]. Function processRow(row, header, pseudoFields) has the same issue.

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

No branches or pull requests

1 participant