Hello community!

I am loading values to a table using the LOADER with the following command:

//
DATALOAD TABLE aTable
                a 1 DEFAULT NULL
                b 2 DEFAULT NULL
                c 3 DEFAULT NULL
        INFILE 'c:\file.dat'
        DELIMITER ''    
        NULL ''


The file 'file.dat' looks like the following.

0,test,0
1,anotherTest,1
2,aThirdTest,2

Everything works fine!

Now the question. Is it possible to use comments in the infile? I haven't
found any hint in the docu and I have tried a # and a //, but nothing of
both will be ignored be the LOADER.

Any Help???

thanx!

Chris
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to