Flat File Importer Mx5

0
When using the FlatFile Module in Mx5.5, it renames the file name.txt to name.datetimebak. The logfile shows a "No files found" warning. However, the files are imported correctly. Is there a way to use the FlatFile import, without the rename and warning?
asked
1 answers
0

Thijs,

The rename file is an option in the java call, set this to false and the rename should not take place. Regarding the no files found warning is this created in the same execution run or a second run looking for the files, that have now been renamed so no files will be found in the second run? Be aware that not renaming the files will try and import the files over and over again!

answered