1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

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

Discussão em 'StackOverflow' iniciado por fdantas, Maio 8, 2015.

  1. fdantas

    fdantas Administrator Moderador

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

Compartilhe esta Página