Skip to main content
Question

How can I Merge the 2 tables (Paid invoices and Unpaid invoices) to one main case table. After uploading the above files.

  • August 26, 2024
  • 4 replies
  • 7 views

parvathi.choud
Level 7
Forum|alt.badge.img+6
How can I Merge the 2 tables (Paid invoices and Unpaid invoices) to one main case table. After uploading the above files.

4 replies

Forum|alt.badge.img+7

Hi Parvathi,

 

You can use the function UNION_ALL in a transformation in Data Integration, and create your new table from this union. See here for more info.


parvathi.choud
Level 7
Forum|alt.badge.img+6

okay, thank you @charlie.kante11.

 


parvathi.choud
Level 7
Forum|alt.badge.img+6

I have few doubts also, can i ask you? @charlie.kante11 


parvathi.choud
Level 7
Forum|alt.badge.img+6

Hi Parvathi,

 

You can use the function UNION_ALL in a transformation in Data Integration, and create your new table from this union. See here for more info.

Hy @charlie.kante11 

when i use union im getting 0 rows effected, but i want data of both tables in on main case table.