I used to execute the MLOAD process by opening a command prompt and then typing MLOAD < MLOAD_FILE.txt
. How do I do it using Python?
Assume that the MLOAD_FILE.txt
is under directory C:\\Users\\MLOAD_FILES
.
Thanks!
I used to execute the MLOAD process by opening a command prompt and then typing MLOAD < MLOAD_FILE.txt
. How do I do it using Python?
Assume that the MLOAD_FILE.txt
is under directory C:\\Users\\MLOAD_FILES
.
Thanks!
This worked for me.