Hello experts.
This is a weird situation... I am not sure why the PI behaves this way.
I have PI 7.3 SP05.
I am using ICO for an interface from file to many files.
The file adapter reads a csv file (content conversion) with many lines, however some of them are not valid (containing nothing at the First name and Last name)
It is possible that ALL of the lines will not be valid and then I don't need to create any output files.
I used the mapping enclosed in the screenshot
When there is at least one valid line the interface works correctly as can be seen here:
However - when there is no valid lines - meaning I should have 0 results the interface processing is stuck at the Executing request mapping part, and the message status is stuck on delivering.
Any help will be appreciated.
P.S.
Also - at the end I need to convert the interface so it will send proxies instead of creating files... what should be done if there are no results?