1

I tried to read an Object with the MongoDB reader and I always get the following error message:

"ERROR MongoDB Reader 0:19 Execute failed: Invalid type 19 for field value".

The typ of the field value is an Array. I want to read the object and want to get the array inside the Object.

Here you can see the MongoDB with the Object I want to read.

MongoDB

Community
  • 1
  • 1

1 Answers1

0

“Type 19” indicates a Decimal128 type, see this link.

I’d assume that this type is just not supported by the MongoDB nodes (note how above link says “New in version 3.4.”).

[personal opinion] The KNIME MongoDB nodes are not very well maintained. Beside some basic “hello world” attempts I wasn’t able to use them for any of my real-world usage scenarios.

qqilihq
  • 10,794
  • 7
  • 48
  • 89