Hi,
I have flat file connection manager with file encoded in UTF-8. I've set fixed width on it and I've put all information regarding columns widths. The file has data which are from multilingual sites - so some chars are on 1 byte some on 2 bytes.
I've noticed strange behaviour of SSIS flat file manager - it seems to read bytes instead of chars - so if it find 2 bytes char in row it shift result by one position.
Could you please help me with this?