Loading a |^* delimited file to a table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syedasiftanveer
    New Member
    • Jun 2012
    • 1

    #1

    Loading a |^* delimited file to a table

    I have to load a file that has delimiter |^*.
    I am using:


    LOAD FROM D:\Branches.csv OF DEL MODIFIED BY NOCHARDEL COLDEL|^* INSERT INTO branches

    This is separating columns on | while ^* remains with the data. How to make whole |^* a delimeter.


    I am using Win7 OS and DB2 V9.7
    Thanks
Working...