Can BeautifulSoup process JSONL, or do I need another tool for that? Alternatively, for a slightly different

16 Replies, 1635 Views

BeautifulSoup + JSONL? That’s a hard no. It’s like bringing a spoon to a gunfight.

`json` module is the way, but if you’re doing ETL stuff, `dask` can handle JSONL *and* scale to big data.

Or just `grep` + `jq` if you’re a terminal warrior.

Messages In This Thread



Users browsing this thread: 1 Guest(s)