writeJsonResultsToCsv: Write JSON Results to CSV file

View source: R/writeJsonResultsTo.R

writeJsonResultsToCsvR Documentation

Write JSON Results to CSV file

Description

Write JSON Results to CSV file

Usage

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 = ","
)

Arguments

jsonPath

Path to the JSON results file generated using the execute function

csvPath

Path to the CSV output file

columns

(OPTIONAL) List of desired columns

delimiter

(OPTIONAL) CSV delimiter

Value

NULL (writes results to CSV file)


DataQualityDashboard documentation built on Jan. 29, 2026, 1:07 a.m.