- Version 1.0
Converts a database result set to a generic JSON string
- Use a DBConnection component
- The schema will include one column of type Object which is set to pass the ResultSet to the next component
- Pass the DB connection object by calling a global get
- Define if the DATA, STRUCTURE, or BOTH should be inlcuded in the JSON
- Define how to handle NULL values
- Change the advanced setting when including STRUCTURE based on the type of database platform