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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.