Update Output Path IDs in Project Configuration
updateOutputPathId.RdThis function updates the Outputs sheet in an Excel workbook based on a provided data table, ensuring that output path IDs 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 Output Paths from the specified Excel workbook, extracts unique output path IDs from the input data, and appends them while maintaining uniqueness. The updated data is then written back to the workbook.
See also
Other observed data processing:
addBiometricsToConfig(),
aggregateObservedDataGroups(),
convertDataCombinedToDataTable(),
convertDataTableToDataCombined(),
readObservedDataByDictionary(),
updateDataGroupId(),
validateObservedData()