Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have facing problem in to get data from database using trestrequest , txmlmap and tmysqlinput. my question is i m passing value in url like {doctorName} and that value which i have passing in url and it search in tmysqinput using of like please Find attachment
This is SQL
"SELECT
`doctor_details`.`id`,
`doctor_details`.`doctorName`
FROM `doctor_details` where `doctor_details`.`doctorName` Like " + globalMap.get("request.doctorName")
but i have want txmlmap to extract their data not tmap
can u give the screen short
txmlMap or tMap it's the same you have to use dynamic lookup.
I cannot add pics but you can havea look to:
https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/Ll_zYlcDgWNvb7kwSypEQQ
you forget this
"lookup Model" select "reload at each row"
add doctor name as globalmap key.