Update Data Group IDs in Project Configuration
updateDataGroupId.RdThis function updates the Data Groups sheet in an Excel workbook based on a provided data table. It reads existing data group IDs, merges them with new data, and ensures that the identifiers remain unique.
Value
NULL This function updates the Excel workbook in place and does not return a value. It is called for its side effects.
Details
The function loads the existing Data Groups from the specified Excel workbook, selects relevant columns from the input data, and appends new entries while maintaining the uniqueness of the identifiers. The updated data is then written back to the workbook.
See also
Other observed data processing:
addBiometricsToConfig(),
aggregateObservedDataGroups(),
convertDataCombinedToDataTable(),
convertDataTableToDataCombined(),
readObservedDataByDictionary(),
updateOutputPathId(),
validateObservedData()