How to get the file name that is currently processing in Jitterbit

265 Views Asked by At

I have a source that maps to a folder that has all .txt files. I have a transformation that picks a file and targets an web api end point. Now how to I get the file name that I just transformed.

1

There are 1 best solutions below

0
On

Use the global variable: $jitterbit.source.filename

File Name Global Variable