Hi , Getting below error when i specify File/Dir as ${OUTPUT_FILE_LOCATION} and wildcard as ${OUTPUT_FILE_NAME}.csv or ${OUTPUT_FILE_NAME}.*.\csv$ .
There are multiple .csv files in given directory and also file with ${OUTPUT_FILE_NAME}.excel , ${OUTPUT_FILE_NAME}.txt .
I would like to get count of file which has name exactly ${OUTPUT_FILE_NAME}.csv
2015/08/09 16:04:31 - Write_Final_File - Dispatching started for transformation [Write_Final_File]
2015/08/09 16:04:31 - Get Files Rows Count.0 - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : No file(s) specified! Stop processing.
2015/08/09 16:04:31 - Get Files Rows Count.0 - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error initializing step [Get Files Rows Count]
2015/08/09 16:04:31 - Write_Final_File - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Step [Get Files Rows Count.0] failed to initialize!
2015/08/09 16:04:31 - Write Final File - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Unable to prepare for execution of the transformation
2015/08/09 16:04:31 - Write Final File - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : org.pentaho.di.core.exception.KettleException:
2015/08/09 16:04:31 - Write Final File - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : We failed to initialize at least one step. Execution can not begin!
2015/08/09 16:04:31 - Write Final File - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
streamTransformation.jpg
Any suggestions ?
Kettle Version : 4.3
Thanks.