Hi,
I have this problem:
In one SSIS project that I have, I convert (by using Data Conversion) my numeric column into Numeric[DT_NUMERIC] and get:
1.000000
Then, in another project I convert the same column again into Numeric[DT_NUMERIC] and get:
2,000000
Does anybody know how I can control if I′m using a dot or a comma?
Thank you.
Cannot say I have seen this. Are the packages run on the same machine? If not, are the regional settings the same?|||Yes, they are running on the same machine.
|||Arg! My fault, the regional settings of the Flat File was different.
Thanks for the help!!
No comments:
Post a Comment