Products | Versions |
---|---|
TIBCO IntegrationManager | - |
Not Applicable | - |
Resolution:
There is a way to use Job SlotName for <table name> and <field name> using "^"(carat) symbol.
For eg - If they want to use the Job Slot Name for table name in the SQL statement they can write it as -
select * from ^table_name^
where table_name is the Job Slot name.