create_remoteconnect_bulk_edit_copy
Apply row-specific patches to a RemoteConnect Bulk Edit template, outputting a structurally verified XLS copy for import, leaving the original unchanged.
Instructions
Create a patched copy of a RemoteConnect Object Bulk Edit workbook.
Each patch is {sheet, match, values}; match must select exactly one existing row using row-2 machine fields. Example: {sheet:'(20) Ethernet Ports', match:{Port:'Ethernet1'}, values:{IpAddress:'192.168.1.10'}}. The template is never modified. The generated XLS is reopened and structurally checked; RemoteConnect import plus read_remoteconnect_feedback remains the final semantic validation step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patches | Yes | ||
| overwrite | No | ||
| output_path | Yes | ||
| template_path | Yes |