I have incurred this error inside the cleanse tool?
@Malsadeh AMP off and run the workflow?
Thank you, I have couple millions of rows. that will make it a very slow process.
@Malsadeh In that case use the formula tool for the validation instead of the Cleansing tool
have tried and it caused the formula tool to process the same error
@Malsadeh seems to be some non-ASCII characters causing the issue. Can you try the below regex formula on the field which causing the error?
REGEX_Replace([Field1], "[^ -~]", '$1')
@binu_acs Thank you so much for the help. What I did I split the workflow into two containers and I cashed the first half then I turned off the AMP engine, then rerun the workflow.