0

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.

user1176058
  • 642
  • 1
  • 8
  • 21

1 Answers1

1

Use the global variable: $jitterbit.source.filename

File Name Global Variable

SeanJB
  • 46
  • 1