Forum Discussion
kbourdel
10 years agoOccasional Contributor
Correct, I want to compare the JDBC result (6000 rows) with the Rest method.
For clarification, JDBC steps is getting a list of values from a type table, and the Rest method should be returning the same set of values.
What would be the most efficent way of doing this?
nmrao
10 years agoCommunity Hero
Basically you need to bring the data in manner so that it can be easy to compare both.
1. either by transforming data to common xml for jdbc and rest response
2. use of class / model and create object list
1. either by transforming data to common xml for jdbc and rest response
2. use of class / model and create object list