Hi,
i created a job which reads data from excel source file using Unix mount and used Excel workbook format (ABC_XYZ) in my data flow. it is just a direct push.
Details of excel work book format below:
Directory: Mount address.
'File name': ABC_*.xls (which is passed as global variable and it has to pick all the files which starts with ABC)
When ever i try to run the job, i am facing with the below error.
Error reading from <ABC_XYZ>: <java.lang.NullPointerException >. ) > failed, due to error <50316>: <Error reading from <ABC_XYZ>: java.lang.NullPointerException
but if i give the file name as ABC_product.xls then the job is working fine.
Could some one suggest on how to resolve this issue, please let me know in case of any more information