May 27, 2011 at 2:01 pm
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!!!
May 28, 2011 at 2:57 am
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.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply