Hi all,
I'm facing the following problem:
In an attribute of a dimension element there is a line feed included within other text. No idea how the LF came into this attribute, but it is there.
To use the value of this attribute in a SQL-statement I have to replace the LF otherwise the SQL-Statement becomes invalid.
My challenge is to find the correct regsub-statement in Importmaster.
Already tried various things as regsub -all "\n" $attribute "" attribute_clean but couldn't find the correct way to do it and the IM-documentation does not help either.
Can anyone help how to replace special characters (ascii code < 32) in general in Importmaster TCL-script?
Thanks for any tips,
Ralf