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.
Path to the ssot.json file that needs updating.
Path to the .cache/ssot.csv file containing updated SSOT data.
None. The function modifies ssot.json in-place and writes the updated content back to disk.
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.