Focal Point
[CLOSED] Call Shell Script (.sh file) from process flow

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7477005086

January 29, 2016, 12:20 AM
ANBU
[CLOSED] Call Shell Script (.sh file) from process flow
I have a scenario to extract data from table to a flat file and do some operation on the file using a Shell script. And later the same file is used for another dataflow as source.

So I looking for an option to include the shell script in the process and execute it. Will it be posiible in DataMigrator version?

This message has been edited. Last edited by: Tamra,


WebFOCUS 8
Windows, All Outputs
January 29, 2016, 10:11 AM
Clif
Sure. Create a stored procedure (focexec) to call your shell script. Just preface the name with an explanation mark. Add the stored procedure to the process flow after the data flow and connect it up.


N/A