0

I have multiple csv files in Amazon s3 bucket in the same format.But the number of files may change on a daily basis. It maybe 2 in a day and 0 on other days. How can I create an Informatica cloud flow task to read from these varying number of csv files?

user2280352
  • 145
  • 11

2 Answers2

0

Using File Lists in your source is covered in the Informatica documentation here

NickW
  • 8,430
  • 2
  • 6
  • 19
0

Create a file watcher by implementing event wait task, this would check the files and trigger the workflow if file is present.

Jim Macaulay
  • 4,709
  • 4
  • 28
  • 53