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

Output JSON #113

Open
rufuspollock opened this issue Mar 8, 2014 · 2 comments
Open

Output JSON #113

rufuspollock opened this issue Mar 8, 2014 · 2 comments

Comments

@rufuspollock
Copy link
Member

Support for outputting json from datapipes.

Default output format is:

[
  { field: value, field: value },
  ...
]

Other possible output formats (future work)

[
  [ value, value, value, ... ]
]

"Full"

[
  {
    index: 0,
    row: { .... }
  },
  ....
]

Implementation

Probably want to use https://github.com/dominictarr/JSONStream so we stream ...

@rufuspollock
Copy link
Member Author

@andylolz this should be very straighforward. Would you be up for implementing?

@rufuspollock
Copy link
Member Author

@andylolz ping ;-)

@andylolz andylolz removed their assignment Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants