Hello, I'm trying to read in Yelp's JSON files that are NDJSON (Newline delimited JSON). In R I would import the jsonlite package and use:
yelp <- stream_in(file("yelp_academic_dataset_business.json"))
KNIME's JSON Reader doesn't recognize these files as valid JSON files.
Thanks.