Sahil
4 years agoContributor
Get unique original input file name before file delete
Hi,
I have a requirement where I need to split batch input xml and process it and at the end delete the input batch xml from the directory.
Everything is working but at the end since it is creating multiple xml and I do a join to get original input xml. pipeline fails because file delete happens after first splitted flow and it fails after 2nd split as it doesn’t find any file to delete.
How to avoid it, I tried putting unique snap before file delete but did not work. I tried group by fields but no luck.