Hi,
I am creating a flat file as output of my BODS job. It is a fixed width file. So I am using rpadding each field with space for fixed length.
File has special characters. If I keep code page as default, it considers one special character as 2 bytes and fixed length is not calculated corrected. If I use UTF8 as the code page, it changes the special character. It shows ö instead of ö. How can I resolve this?