Hello,
Ultimate solution attempting to achieve is to have a "||" delimiter inserted in a comment field between each block of 999 characters, if the string is >999 characters. What I have tried so far is splitting the field into rows using a Regex tool formula "^(.{0,999})\b\W?" tokenizing it into rows. This is resulting in variable truncating of characters anywhere from 2 to 2426 characters. I then use the Summary tool to concatenate the rows of the field together with a "||" at the end the but of course the results are incorrect due to concatenation by the Regex formula.
Solved! Go to Solution.
Can you give some data to showcase?
@caltang thank you for responding. Yes, I will build a sample dataset
@caltang thank you very much Calvin! I appreciate your help and will work this now =)
@caltang this worked perfectly! Thank you Calvin!