Skip to main content

update db record directory name

Comments

4 comments

  • Official comment
    David Paras

    You can use the get-context function within the data mapper to check the value of the varDirectoryName variable. Then depending on the directory name, map the needed value to the CODE field of the output schema

     

     

  • Jeroen Louwerse

    Thank you! It's working.....the directory name is an unc path someting like this: \\10.100.100.100\appdata\ESB\test\DVN. Is it possible to use only the part DVN and not the complete unc path?

    0
  • David Paras

    Try using the substring function to isolate the part of the file path that you need

    0
  • Jeroen Louwerse

    Great! Thxs David.

    0

Please sign in to leave a comment.