Write JSON Results to CSV file
writeJsonResultsToCsv(
jsonPath,
csvPath,
columns = c("checkId", "failed", "passed", "isError", "notApplicable", "checkName",
"checkDescription", "thresholdValue", "notesValue", "checkLevel", "category",
"subcategory", "context", "checkLevel", "cdmTableName", "cdmFieldName", "conceptId",
"unitConceptId", "numViolatedRows", "pctViolatedRows", "numDenominatorRows",
"executionTime", "notApplicableReason", "error", "queryText"),
delimiter = ","
)NULL (writes results to CSV file)
Path to the JSON results file generated using the execute function
Path to the CSV output file
(OPTIONAL) List of desired columns
(OPTIONAL) CSV delimiter