Problem with Files written with StructureWriter under *nux

Hi

I am using Clover to write file through Structure Writer component. The problem is when i open these files under Linux with “vi”, i see ^M after each line written. How can i generate file that doesnt have these at the end.

thanx in advance

Hello,
do you run graph on Windows? I’ve found (http://www.tech-recipes.com/unix_tips150.html) that vi can display end of line as ^M. You can try to use in mask escape sequence (\n, \r\n) or unicode number (\u000a) instead of default end of line.