you give much too little information! XMLport? CSV Buffer? Something else?
Chances are, you exported the file in OEM Encoding and looking at it as if it was in Ansi encoding. There an 'ü'-character (does not apply to 'Ü') does not render, even though it is actually there (try stepping over it using the left or right arrow key).
To solve the issue use the same encoding in exporting as in consuming/inspecting.
Answers
you give much too little information! XMLport? CSV Buffer? Something else?
Chances are, you exported the file in OEM Encoding and looking at it as if it was in Ansi encoding. There an 'ü'-character (does not apply to 'Ü') does not render, even though it is actually there (try stepping over it using the left or right arrow key).
To solve the issue use the same encoding in exporting as in consuming/inspecting.
Fixed it by replacing the ü with u.