One-To-One Column Mapping for 2 Database Tables

One-To-One Column Mapping for 2 Database Tables

Comments

  • [font=Calibri, sans-serif]I am trying to create a one to one column mapping for 2 database tables which is needed for table to table data transfer. Do we have any such functionality available with Decisions?[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]To do this, you can create a database structure with the few columns you need and then youll want to fetch the data from the first table (either using a table integration and the get all step from he toolbox under integration > database > yourdatabase > your table > get all step, or a fetch entities step, or if this is a user defined type, youll see a fetch all step under User Defined Type > your type, in the toolbox) and then use a for each step to iterate through the returned list to create the new datatype with the create step found under User Defined Types > your type.[/font]
    [font=Roboto, Arial, Helvetica, sans-serif]
    [/font]
    [font=Roboto, Arial, Helvetica, sans-serif]Youll find the "ForEach Step" in the toolbox under Flow Management.[/font]

Sign In or Register to comment.