An open API service indexing awesome lists of open source software.

https://github.com/livingdocsio/ldj-cleaner

Line Delimited JSON Cleaner
https://github.com/livingdocsio/ldj-cleaner

Last synced: 2 days ago
JSON representation

Line Delimited JSON Cleaner

Awesome Lists containing this project

README

          

ldj-cleaner
===========

Takes possibly messed up LDJ (line delemited json with non-json lines
in between) via STDIN and writes clean LDJ to STDOUT and the mess to
STDERR. It is implemented on top of node's streaming api so it should
handle huge data sets pretty well. It is neatly packages in a docker
container.

Check the `Makefile` for example usages.