Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have tMap component for the XML extract. For some of the column/attribute filter works fine but for one of the column/attribute it is not.
Below is the filter condition.
row2.timeStamp.equals("2017-07-06T06:35:00.000000")
Could you please let me know if any issue?
This is definitely because your timestamp column does not hold "2017-07-06T06:35:00.000000". You need to use a tLogRow to see what the column actually holds. The tMap filtering is not broken, your filter is not matching the data it is filtering.
I found an alternative solution to this
Hi Brawal,
Please share the solution in the forum, then it will be helpful for others too..
Thanks.