importing data into flat file

  • Hi...

    How can I import data into a flat file "WITHOUT DILIMITER"

    For example it should look some thing like

    query2006-7-7out1976u

    where query -is some name,

    2006-7-7 is a second field,date and so on...

    I am using DTS for this but i am not able to get the flat file without dilimiter....

    Any ideas pls help.....

    Ur help will be helpful......

     

    Thanks in advance

  • Can you post a bit more of your data?  I am guessing that things like "query" can vary in length.  Hence, you may have to loop through each line using CHARINDEX, (or some approach along those lines) and determine what will designate your starting and stopping points for each field. 

    I wasn't born stupid - I had to study.

  • If you have a transfer data task in you DTS then in the options tab you can mention <none> as the value for row,column delimiters. You have to type it in.


    RH

  • thank Q tat worked...

  • hi..when i give none in the column delimiter..It is printing none..in fact wat ever i give in the column delimiter between two columns....please help...

  • Hi Avanthi,

     

    Could you please provide some sample data


    Kindest Regards,

    Sureshkumar Ramakrishnan

Viewing 6 posts - 1 through 5 (of 5 total)

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