wellaflex15
4 years agoNew Contributor
ReadyAPI 3.6.0 DataSource JDBC - data won't show in the properties
When I try to use JDBC as the DataSource in a DataSource Loop the data comes out as blank in the properties I specifiy.
If I use the query builder I get it to work inside the builder but as soon as I'm back to the DataSource and try it I only get blank answers. I can see in the logs that the right number of rows are retrieved but no data is stored in the properties.
Does anyone have the same problem?
- Nice and valid use case for data source.
If you have show stopper, then following can be tried.
Get the data from jdbc step and write the rows into a file(use a format supported by data source such as csv, json etc) and use that file as DataSource.
With that an additional step before Datasource would have to be added.