I have an SSIS package that looks through about 500 excel files that are exported by our SAP system. The package works great, except for when the value contains a trailing negative. Does anyone have the expression syntax for converting 25.00-
to -25.00 using a Derived Column Transformation? Or does anyone have a better way to handle trailing negatives.
↧