Submitted Questions

  • How to join two tables without common columns?

    Vikas Nandal

    • Apr 21st, 2013

    Create a Dummy Port in both tables and assign same value e.g. 1 to both ports in expression transformation before joiner.
    Now in join condition use this dummy port to join both tables.

    anshuman trivedi

    • Mar 3rd, 2013

    You join these table using null key.

    Pass {} to the key,I am sure it will work.

    Regards,
    Anshuman