DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Tab-delimited Datafiles in Control Files

  1. #1
    Join Date
    Apr 2000
    Location
    Boston, MA 01803
    Posts
    24

    Question

    Hi,
    I hope this is a relatively easy question, I just can't find the answer in my documentation.

    I have a file that is tab delimited that I need to load with SQLLoader. However, so of the fields are text fields with more than 1 word (thus, I can't terminate by whitespace). Any idea how I can handle this?

    Thanks in Advance,
    Tracy

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    just replace tabs with ';' if you are not sure, but if tabs only appear between fields, you should not have any problem to import this file

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    You can setup the tab character as the delimiter in your sqlldr control file. The syntax is something like:
    delimited by X'the_hex_number_that_represents_tab'
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width