Skip to main content

Preserving the inbound filename for output file

Comments

1 comment

  • David Paras

    It seems that you want to pass the source File Name to the target. If that's the case then below is the solution for you:

    The input file name is stored in context variable "baseInputFileName" and this variable can be used to get the source file name directly.
    If you want the target file name same as the source file name then you need to use $$baseInputFileName$$ as file name while defining the File name in the Inbound relationship.

    0

Post is closed for comments.