cancel
Showing results for 
Search instead for 
Did you mean: 

HCI-DS - Loading a file into IBP. Need to run the flow only when the file is present

0 Kudos

Hi,

I have a scenario where i need to process a csv file and load it into IBP.

I need to load the file and archive it as soon as its processed

I have scheduled the job and it fails when the file is not present. Even if we write an exception it is still a failure.

How can we run the task without failure even when the file is not present as it sends unwanted failure emails in production. Can we write a script to skip the dataflow processing without raising an exception?

Thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use wait_for_file function in preload script. It works for this requirement I guess

Thanks,

Anil

Answers (1)

Answers (1)

0 Kudos

Hi,

We have the same requirement, can you please send a sample of how did you manage to use wait_for_file functionality in preload script?

Thanks

Nihar