In my SSIS project I'm running a calculation. This calculation changes the decimal seperator according to the users regional settings.
My question is if there's anyway to override this so I can select that this project or this package is supposed to run with a specified regional setting?
I've tried changing the LocaleID on recommendations from other sources I could find but it didn't help.
My environment:
Visual Studio 2017 Microsoft SQL Server Data Tools for Visual Studio 2017 (SSDT) Version 15.9.19. Windows 2016 10.0.14393 Build 14393
Thank you in advance.