Forum Discussion

wellaflex15's avatar
wellaflex15
New Contributor
4 years ago
Solved

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 ...
  • nmrao's avatar
    3 years ago
    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.