db-dump-xml

Export 1C configuration databases to XML files.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-dump-xml-alex1980alex
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: db-dump-xml
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/db-dump-xml
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-dump-xml-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

šŸ’” This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates exporting a 1C infobase configuration to XML source files so developers do not have to perform repetitive manual dumps.

Core Features & Use Cases

  • Full, incremental, partial, and config-info-only export modes for different maintenance workflows.
  • Supports file and server infobases, user credentials, extensions, and selectable object lists for targeted dumps.
  • Useful when you need to refresh a source tree from the database, export only changed metadata, or isolate one extension for review.

Quick Start

Ask the skill to export the current 1C database configuration to XML into a target folder using the appropriate connection settings.

Frequently Asked Questions about db-dump-xml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a 1C configuration database to XML files?ā–¼

To export a 1C configuration to XML, you can automate the dump process for file and server infobases using configurable connection parameters and target directories. This handles full, incremental, partial, and metadata-only exports automatically.

Can I export only specific 1C metadata objects instead of the full configuration?ā–¼

Yes, you can perform a partial 1C metadata export by providing a specific object list. This allows you to isolate targeted objects or individual extensions for review without dumping the entire infobase configuration.

Does the 1C XML export tool work with both file-based and server infobases?ā–¼

Yes, the 1C XML export supports both file-based and server infobases. It requires valid user credentials and connection parameters to establish a link with the 1cv8.exe executable for deterministic execution.

What is the best way to automate incremental 1C configuration dumps?ā–¼

Automating incremental 1C configuration dumps is best handled by capturing execution logs during the export. This refreshes the source tree from the database while exporting only changed metadata for maintenance workflows.

Do I need PowerShell to run 1C configuration exports to XML?ā–¼

You need the 1cv8.exe executable discovered on your system to run 1C configuration exports to XML. The automation relies on script components to apply connection settings and execute the dump process deterministically.

Why does my 1C configuration dump to XML fail during execution?ā–¼

A 1C configuration dump to XML may fail if the 1cv8.exe executable is not discovered or if connection parameters are invalid. The process requires validated inputs and proper partial-mode object lists to capture logs and execute deterministically.