So, it appears that the issue is with the combined use of the {LOOP(CurrentValueX)} and the *.csv wildcard in the File Path. With both these present (File Path: "C:\WCR Data\{LOOP(CurrentValueX)}\LiveFeedSiteData\*.csv"), the log shows "FileExist Condition check failed: The given path's format is not supported".
If I remove the wilcard, the log shows "FileCondition (FileExist->MatchFalse) returned : NoMatch".
If I remove both and enter a hard coded path that I know exists, i.e. "C:\WCR Data\BIL\LiveFeedSiteData\*.csv", the job executes successfully.
However, the problem is that I need the job to loop round a number of directories and run the Python script for files in all of these folders individually. I know that the {LOOP(CurrentValueX)} is valid, as this is used successfully in the preceding tasks within the same job.
Is anybody able to confirm that there is indeed an issue with making combined use of the LOOP and the wildcard within the File Path?
Thanks