Impoting a flat file using SSIS

  • Hi all,

    i need to import a file into sql table but i'm not familiar with the format or structure contained in the file. i tried excel but not much then SSIS. see attached file

    Tx

    It's better to fail while trying, rather than fail without trying!!!

  • It looks like a string with "<|>" as a separator.

    You could replace those three character with a single delimiter (making sure it's not part of the current data) before the import and use this character as a delimiter. Or you could get the file it into SSIS, do the replacement during data processing and go from there.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

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

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