How to read data from a .csv file and store it in a table in openedge

Status
Not open for further replies.
S

Salvinia

Guest
Could someone help me find a way to read data from a .csv file and then store it in a table in openedge.

INPUT FROM ‘c:\sample.csv’. REPEAT: CREATE customer. IMPORT DELIMITER "," cust-num name sales-rep. END. OUTPUT CLOSE.

This is the code that I tried but its not getting executed!!!

Continue reading...
 
Status
Not open for further replies.
Top