Quantcast
Channel: KNIME RSS
Viewing all articles
Browse latest Browse all 4157

mongoDB reader with BSON

$
0
0

Hi everyone,

Has anyone figured out how to use the mongoDB nodes (or JSON reader nodes, for that matter) when the data contains binary data in BSON format (i.e. mongo shell mode) https://docs.mongodb.org/manual/reference/mongodb-extended-json/

I get a JSON parse error: JsonParseException: Unexpected character '< ...  since it isn't proper JSON. My solution at the moment is export the mongodb in strict format, or process the file and remove all BSON, but it would be much nicer to use the built-in reader since that's what it's there for.

Thanks!


Viewing all articles
Browse latest Browse all 4157

Trending Articles