Hi All,
Suppose i have file called customers.csv which i am reading from path c:/A. I packaged my workflow and and moved it another enviornament and there i need to read my file from
/B folder path.
My question is,
Do i need to change my path in code manually or can we parametarize these paths in some external parameter files??
And same question applies to Database connection name also. What if my data base connection is different in another enviornament.
In development my connection name may be DEV_CONN and in production it may be DEV_PROD do i need to change these connections manually???
Please help.
Regards,
Pradeep