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

Thread: loading a table

  1. #1
    Join Date
    Oct 2001
    Posts
    83

    loading a table

    We have a flat file and we would like to load it in a table. One of the column of this file contain number values like this :

    2 500,17
    715,01
    6 236,63


    We would like to load these values in a numeric column (not char column). I am looking for a simple tranfromation of the bulk
    values (as you can notice, there is a blank for the value 2500,17 between 2 and 500,17) before loading...

    thanks in advance

  2. #2
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    Hi,
    Can u please post one row of the flat file.
    You can a different delimiter between columns like a pipe i.e (|) and u can do the insert.

    regards
    anandkl
    anandkl

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