Flat file load to SQL table... Flat file columns are fixed width .. which option i need to select

  • I have a flat file that looks something like this:

    val1 val2 val3

    val1 val2 val3

    val1 val2 val3

    I need to import this value to table through SSIS.

    I have no idea to which option to used this for flat file connection manager.

    Can anyone help on this...

    Thanks

    NithiyanandamaS

  • Keep first screen as it is while configuring your FlatFileSource connection manage.

    Go to columns : select Row delimiter as "{CR}{LF}"

    select column delimiter as " "

    Thanks,

    Nimesh

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

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