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 ...
- 4 years agoNice 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.