GitHub user dmainou added a comment to the discussion: Truncate data as per field size using Select values
Oh another thought. There is a non zero chance that carriage returns and Line feeds are being read as 2 characters instead of 1 and impacting some methods of counting. In that case replacing \n with ~~ would work well with a length calculation. you can then reverse it and voila it works. GitHub link: https://github.com/apache/hop/discussions/5467#discussioncomment-15080087 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
