E-CSE-29

Message

Length of a string value exceeds Exasol maximum allowed '2000000' VARCHAR length.

Mitigations

  • Please make sure that the string is shorter or equal to maximum allowed length
  • Please set 'TRUNCATE_STRING' parameter to 'true' to enable truncating longer strings.
  • Source

    src/main/java/com/exasol/cloudetl/transform/DefaultTransformation.java:42