Split Out Values to New Columns

  • I have a file which contains the following sample data:

    Col ACol BCol CCol D
    6Jul25001
    6Aug28002
    6Aug30003
    6Sep25051
    6Oct50002
    6Oct60003
    6Jul23015

    I would like to format the data so that Col B is split out to create new columns as follows:

    YearLineJulAugSepOct
    625001
    628002
    630003
    625051
    650002
    660003
    623015

    Does anyone know if this is possible using SSIS?

  • David,

     

    Look at the Pivot data transformation.

    Ron

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

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