How to call shell scripts from informatica?
Answer / Pal Singh
In Informatica, you can call shell scripts using the External Program task. This task allows you to execute operating system commands or any other executable files such as shell scripts. Here's how to use it:
1. Drag and drop an External Program task into your workflow.
2. Configure the command in the External Program editor. The syntax is usually: /path/to/your/script.sh (Replace /path/to/your/script.sh with the actual path to your script).
3. Set the Input and Output ports as per your requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we join the tables if they don't have primary and foreign key relationship and no matching port?
my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica
How to load duplicate records in to a target table which has a primary key?
Differentiate between joiner and lookup transformation?
write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 i want the output date 11-mar-2010 30-may-2010
Sequence generator, when you move from develoment to production how will you reset
 Code page compatibly –Where all changes are made to handle the scenario.
complex mapping ur project u r invlve can u explain and give real time example give me ?
HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?
what is degenerated dimension?
Differentiate between reusable transformation and mapplet.
What is source qualifier transformation?