I’m using Integration server 10.15 and WmFlatFile version FlatFile_10.7_Fix13.
I’m using pub.flatFile:convertToString with variable length and string result include document name, look like this:
DocumentnameValue2Value3DocumentnameValue2Value3DocumentnameValue2Value3
I want the following result as follow:
Value1Value2Value3Value1Value2Value3Value1Value2Value3
I belief that Box Symbol is either already in your data in IS Document or it is combination of characters which is not being properly represented by the current/default Encoding UTF-8
So either try copy pasting your data in Notepad or Notepadd++ to see if any extra character appears in the Text Editor . If nothing is found via Text Editor then try to use different values like ISO-8859-1 or ISO-8859-2 or ISO-8859-6 for the Encoding Input of the service convertToString and see if any change in the generated string output
Are you sure the flat file you are generating is in correct format? You don’t have separator characters defined and you are using variable length. Without separators defined properly, it will have the full names in the flat file.