on 2022 Oct 26 8:54 AM
Request clarification before answering.
Hello Dmitrii
You can use the decode function in the mapping to write the ifthenelse logic. Refer to the following help document for more details.
decode ((EMPNO = 1), '111',
(EMPNO = 2), '222',
'NO_ID')
Thanks
Parveen Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. you can write scripts in the Execution Properties at the task level, you can make edits in preload and postload scripts as needed to meet your business specifications. The scripts are generally called once and can be used to fill the global variables for the task.
User | Count |
---|---|
51 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.