Write DQD results database table to json

writeDBResultsToJson(
  connection,
  resultsDatabaseSchema,
  cdmDatabaseSchema,
  writeTableName,
  outputFolder,
  outputFile
)

Arguments

connection

A connection object

resultsDatabaseSchema

The fully qualified database name of the results schema

cdmDatabaseSchema

The fully qualified database name of the CDM schema

writeTableName

Name of DQD results table in the database to read from

outputFolder

The folder to output the json results file to

outputFile

The output filename of the json results file