E-VSD-36

Message

The input value {{VALUE}} is not a string. This adapter could convert it to string, but it is disabled because 'nonStringBehaviour' setting is set to ABORT.

Mitigations

  • Set 'nonStringBehaviour' to CONVERT_OR_ABORT or CONVERT_OR_NULL.
  • Change your input data to strings.
  • Use a different mapping.
  • Parameters

    VALUEAn excerpt of the input value.

    Source

    virtual-schema-common-document/src/main/java/com/exasol/adapter/document/mapping/PropertyToVarcharColumnValueExtractor.java:140