Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
My input is XML and target is postgresql. In input there are upper case and lower case letters. Example:- LION, TIGER, elephant.
I need to compare it with lookup file(.csv) file and if the input vlalue match up with .csv file, then the value from input will be saved to target or its a rejected value. The problem i'm facing here is in .csv file the values will be lion, tiger, ELEPHANT. So i tried string handling to uppercase or all values to lowercase in tmap. If so the format will be changed to either uppercase or lowercase. I'm unable to get desired output. I'm using TOS 5.6.2. My output should be if in source, value is TIGER and in lookup the value is tiger, the output should be TIGER and if in input, value is elephant and in lookup the value is ELEPHANT, the output should be elephant. Can anyone help me out.