I need syntax help with with the expressions of two columns (SSIS 2008). I have a variable called @[User::Test]
that outputs CAT.DOG, MOUSE.MOOSE, etc. etc
I need the first column to grab everything BEFORE the "." and
the second column to grab everything AFTER the "."
Example:
Column 1: CAT.DOG becomes CAT
Column 2: CAT.DOG becomes DOG