import_xml
Import XML into an open project to add program logic, variables, or configuration. Supports overwrite, keep existing, or rename modes.
Instructions
Import Control Expert XML into the open project — the main way to write program logic and bulk content.
kind: 'section' (program logic, requires task), 'variables', 'dfb', 'ddt', 'configuration', or 'project' (generic project-level import of an exchange file). Provide the XML either inline via xml_content or as file_path. import_mode: 'overwrite' (default), 'keep_existing' or 'rename'.
Tip: export an existing object first (read_section / export_xml) and use its XML as the structural template — Control Expert validates the schema strictly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| xml_content | No | ||
| file_path | No | ||
| task | No | ||
| import_mode | No | overwrite |