Skip to content

bingcicle/friendly-potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsonl-tool

Merge or filter JSON Lines.

Build & Run

go build -o jsonl-tool
./jsonl-tool --mode merge --in a.jsonl,b.jsonl > merged.jsonl
./jsonl-tool --mode filter --in merged.jsonl --field exchange --eq bybit
./jsonl-tool --mode filter --in merged.jsonl --field symbol --rex "BTC|ETH"

About

jsonl-tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages