SSOTProfile.UpdateSSOTFromCSV

Summary: Updates the "ssot" section of a given JSON file using data from a CSV file. The function replaces all child elements under "ssot" based on the provided CSV data.

struct SSOTProfile
void
UpdateSSOTFromCSV
(
string ssotFile
,
string csvFile
)

Parameters

ssotFile string

Path to the ssot.json file that needs updating.

csvFile string

Path to the .cache/ssot.csv file containing updated SSOT data.

Return Value

Type: void

None. The function modifies ssot.json in-place and writes the updated content back to disk.