You have a PDI job where you want to dynamically pass a table name to the Table input step of a transformation. You have replaced the table name reference in the transformation’s Table input step with ‘$(table_name)’ but when the transformation runs the table name is shown as ‘$(table_name)’
Which action will correct this issue?
Select an option, then click Submit answer.
-
○
Add a transformation entry in the job that uses the Get Variables step.
-
○
Add a transformation entry in the job that sets the table_name variable.
-
○
Change the reference in the Table input step to ‘?’
-
○
Add a Set Variable step before the Table input step in the transformation.