The Script Conversion stage converts legacy Shell scripts—consisting of statements and blocks—into equivalent Python scripts. This ensures that the functional behavior defined in the original Shell scripts is accurately carried over into Python in the target environment.
The input to this stage is typically a Shell script, and the output is a Python script that performs the same operations in the target platform.
These topics describe the concepts and tasks associated with the Script Conversion module.
- Detailed instructions for configuring the Script Conversion stage
- Detailed report of the Script Conversion Stage