Search results

  1. V

    Importe CSV file

    Hi I want to import CSV file, but I need to past the first line because it's the name of the column. How can I do this, actualy I use this methode: INPUT FROM C:\toto.csv. REPEAT: IMPORT DELIMITER ";" l_data. CREATE tt-toto. ASSIGN i-ITEM = l_data[1] inc-mia =...
Back
Top