Open rufuspollock opened 10 years ago
Support for outputting json from datapipes.
Default output format is:
[ { field: value, field: value }, ... ]
[ [ value, value, value, ... ] ]
"Full"
[ { index: 0, row: { .... } }, .... ]
Probably want to use https://github.com/dominictarr/JSONStream so we stream ...
@andylolz this should be very straighforward. Would you be up for implementing?
@andylolz ping ;-)
Support for outputting json from datapipes.
Default output format is:
Other possible output formats (future work)
"Full"
Implementation
Probably want to use https://github.com/dominictarr/JSONStream so we stream ...