• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SSIS import, splitting data by delimiter

Homerboy

Lifer
I have a column "NAME" that is first and last names combined, always divided by a "/" in a flat file that is being imported into a table.

I'd like to, on import, divide this by the "/" delimiter into 2 separate columns FIRST and LAST (and return the full, default "NAME" column too I guess).

I assume I can do this using a data flow transformation? Conditional split maybe?

If I'm correct on the above, I'm not quite sure how to do it...

any advice would be appreciated.

Thanks.
 
Back
Top