Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Is it possible to provide dynamic parameters to the command we put in tSystem?
For example: I have to put in following command in tSystem to generate csv files. This command has to run everyday for new yesterday date as the date_active parameter. Is there a way to provide this (sysdate-1) to it via tSystem?
sudo python bulk_export.py --your-username test-user --your-password test_pwd --date_active 07-05-15
Thanks,
Saurabh