Skip to content

Support for jsonlines/ndjson? #13242

Discussion options

You must be logged in to vote

Hi @botkero,

No, we don't automatically recognise jsonlines or ndjson.
Probably the easiest way to read the file is to specify to read it as Plain_Text. Then, you can access the lines and parse the JSON using the map and .parse_json.

Something like:

Attached a sample to get you started:
Read JSON Lines.zip

If it is a large log file, there is a File_By_Line reader which was made to let you read section by section.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@botkero
Comment options

Answer selected by botkero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants