I am trying to run impex environment specifically. Need to create impex which will run in all the environments, Otherwise I need to create multiple impexes. Please help.
Need a single impex which can run in all environments, with env specific data.
I am trying to run impex environment specifically. Need to create impex which will run in all the environments, Otherwise I need to create multiple impexes. Please help.
Need a single impex which can run in all environments, with env specific data.
Copyright © 2021 Jogjafile Inc.
Explanation:
This ImpEx structure utilizes conditional execution. It checks the value of the environmentId property, and if this value matches "ENV_ID", the enclosed ImpEx commands will be executed. By changing "ENV_ID" to the desired environment identifier and adding your specific ImpEx commands within the structure, you can tailor the script to different environments.
Note: Ensure the environmentId property is set correctly for each environment in the appropriate properties file or configuration source.