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...