I read an Excel (.xslx) file with several worksheets in it.
I specify 2 Feature Types to read, i.e. I want to read 2 out of 8 available worksheets.
I get the data I want and so far so good.
What I do not like is, that I get hundreds of WARNINGS for all kinds of problems which seem to exists in the worksheets I don't read.
e.g. WARN |A required column was not found in the table. Row xxx will be skipped
I did not want to read them and I don't care about anything in those other worksheets.
Is there a way to silence the warnings for worksheets I don't read ?
I don't understand why they are processed anyhow ...
Thanks
Michael