Adding a prefix to data in SSIS

  • how can i add the prefix MO at end of the Data before I send to a destination which is excel spreadsheet? 
    Thanks. 

    Current Data 


    what Data should look like after the Prefix 

  • Use a Derived Column transformation in your Data Flow before your Destination Node.

    P.s. Your sentence is a a bit conflicting; "prefix MO at end of the Data". A prefix is at the start of the data (as you showed), not the end. 😉

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • I used the [Derived Column].SampleRegID + "-MO" . thanks.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply