Can CSVRead deal with commented line?

Dear GAMS team,

I would like to use the CSVRead to read data from a csv file at execution time. When I read the file with $ondelim at compile time, the file contain commented lines (starting with *). In my test, CSVRead complains about such lines and says:

Exception from Tool: ValueError : Usecols do not match columns, columns expected but not found: [1, 2]

Can CSVRead deal with commented line?

Thank you for your help!

Best
David