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
- Host: GitHub
- URL: https://github.com/livingdocsio/ldj-cleaner
- Owner: livingdocsIO
- License: mit
- Created: 2019-02-12T10:38:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:46:07.000Z (over 2 years ago)
- Last Synced: 2026-07-22T06:35:26.802Z (2 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.