I am trying to read a text file in SSIS (2005/2008). I created a connection to the file and placed flat file source, and it works fine in preview but when I try to run I get error saying:
[Derived Column [91848]]
Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR
So I have identified that there are couple of columns with decimal numbers which use period as delimiters. But since I work in Scandinavian environment, the servers expect comma as delimiters.
What works is manually changing delimiter from comma to period in regional settings on the windows server but this is not an adequate solution.
How do I import the flat file using SSIS without having to change the regional settings on the server where the package is deployed?