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

Add support for reading newline delimited Json #12

Open
ron819 opened this issue Aug 29, 2018 · 1 comment
Open

Add support for reading newline delimited Json #12

ron819 opened this issue Aug 29, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@ron819
Copy link

ron819 commented Aug 29, 2018

Some services like Google Big Query supports only newline delimited Json.
https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-json#limitations

Please support this format

@WelliSolutions WelliSolutions added the enhancement New feature or request label Aug 29, 2018
@jdbctracer
Copy link

I would like to second that. Big Data often uses JSON to pass values around as newline-separated-JSON .
That would require potentially a different UI approach as we encounter many lines; the first character will not be a '[', but it should be handable as huge array.
Thanks

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

No branches or pull requests

3 participants