Our SSIS job writes many flat files on each run with data from database. The file content should have format of "aaaa","bbbbb",12345, "ccccc",6666.45,......etc. In each run it generates files it file content properly up to
a file and later files has format like: aaaa bbbbb 12345 ccccc 6666.45 etc. where the delimiter is becoming a tab. It is present in many other jobs as well. We are not able to find any
related articles in internet. Please some one help us if you have come across similar issue earlier.
↧