How to divide one column data into different columns data in excel file

  • Hi

    This is venkat I am in ssis Any one solve this problem

    i have one excel file all data in one column only how to sending that data different columns in sqlserver database using ssis

    That excel file like this

    Source Excelfile Destination sqlserver Database Emp Table In that

    Only one columnname :emp one column :empid empname

    1 1 venkat

    2 2 hari

    3 3 naresh

    4 4 Jakkam

    venkat

    hari

    Naresh

    Jakkam

    Any one Help me

  • You could use a derived column transform after your excel datasource task.

    Use substring functions inside the derived column task to split the fields using nth occurences of the literal spaces in your data rows.

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

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