yup sure here is the control file

load data
infile 'c:/ex.dat' "var 3"
into table exam
fields terminated by ',' optionally by '"'
(col1 char(5),col2 char(7))

ex.dat file

009hello,cd,
010world,im,
012my,name is,