Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a flow as below
source-->httprequest--> tExtractXMLField --> tFilterRow-->file(listofvalues)
I want the out put of the tfilterrow to be in the where clause of the query
example select * from table where col in ( list of values)
i dont need three output as below
need only one
[statistics] connected
null
null,'222255222'
null,'222255222','54879655'
[statistics] disconnected
finally got output but i want to ignore null from it
(null,'18885806040','260211251892','35351501368')
help me how to get the null out
[statistics] connected
(null,'3425678','2348056','247907')
[statistics] disconnected
basically xml generated next line character and i use tfilterrow to filter only those records i need and aggregrate to generate list ..
i tried by checking tlogrow
here is what i got as below
[statistics] connected
2345678
4234344
[statistics] disconnected
yes i did still same