Customer Portal

Comments 1

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi,

    There is no direct way to accomplish this, but you can definitely use Jobflows and create merged metadata using XMLWriter. The following is the steps to accomplish this:

    • Use XMLExtract to extract the name and type from your metadata fmt files.

    • Use SimpleGather to join both fmt files together.

    • Use ExtSort and Dedub to remove any duplicate values.

    • Use XMLWriter to create a new fmt file with the combine data.
      [list:48cn54le][*:48cn54le]Root Element should be called Record with attributes (e.g. fieldDelimiter, recordDelimiter,name)

    • Have a Child Element called Field with attributes name and type (this is where you will map your edges)
    [/*:m:48cn54le]
  • Run a Jobflow with ExecuteGraph, if you add any new field to the parent metadata.
  • [/list:u:48cn54le]

    I have also taken the liberty of adding an example server project with this process.

Please sign in to leave a comment.