Forum Discussion
Supratim
5 years agoContributor III
@swright Yes, this is one of the challenging part in snaplogic which I have faced during SOA to Snaplogic migration. There are work around but it’s make your pipeline lengthy.
- Use copy snap where you have exact name of the file. You might need multiple output view as per the requirement.
- Then use gate snap just before the snap where you want to reuse the name of file reader.
3.After gate either you can use mapper or can directly use filename on your write snap.
swright
5 years agoNew Contributor III
Another good method! Thanks!