GitHub user dmainou added a comment to the discussion: Truncate data as per field size using Select values
Another thing you can do is to configure your database to cut strings that are too long. For example in mysql you can add this option to the connection string and it will truncate the string rather than rejecting the transaction. Parameter Value jdbcCompliantTruncation false GitHub link: https://github.com/apache/hop/discussions/5467#discussioncomment-13636718 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org