I have to tables from ms sql server.
table A: Task_posting
table B: Task_analysis
They are joined by the transaction_id field.
Now I need to get all Fields from A and add line_cost, Line_qty and Line_unit from B.
What transformer is the best for this? I tried to use databasejoiner, but in the section "fileds to add" I cannot find the fields from table B