Hi Ganesh
You can try as shown . Vendor text you can either take from vendor text/master data table ( if you have it ) . Else you can make another projection from "Actual" to take only Vendor and Vendor_Text columns and then join with union node with "LEFT OUTER" ( Union Node being the Left Node)
PS: Do not take vendor Name ( text) from Actual table to Union node..
Let me know if you have any question regarding this approach and if it resolves your issue.
Regards
Anindya