epf-dump

Convert 1C EPF processing files into hierarchical XML source representations.

413|90|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/comol/cursor_rules_1c --skill epf-dump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-dump
Source: https://github.com/comol/cursor_rules_1c/tree/main/.cursor/source/epf-dump
Command: npx skills add https://github.com/comol/cursor_rules_1c --skill epf-dump

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parses a 1C EPF processing file into XML source representations to enable inspection, versioning, and integration with other tools.

Core Features & Use Cases

  • Hierarchical XML export of EPF data including top-level and nested structures (Ext, Forms, Templates).
  • Command-based workflow with environment guidance (V8_PATH, V8_BASE) to prepare and perform the dump.
  • Use Case: quickly convert an EPF processing file into a structured set of XML files for review or migration.

Quick Start

Run epf-dump on your EPF file to produce XML sources in the src directory.

Frequently Asked Questions about epf-dump

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

FAQPage Schema
How do I convert a 1C EPF processing file to XML sources?

To convert a 1C EPF processing file to XML sources, run the dump command on your EPF file to generate structured XML files in the src directory. This process enables quick inspection and migration of hierarchical EPF content.

What does exporting an EPF file to XML do?

Exporting an EPF file to XML parses processing files into structured source representations. This mechanism extracts hierarchical data including top-level structures, Ext, Forms, and Templates for version control and tooling integration.

Do I need specific environment variables to dump EPF to XML?

Yes, dumping EPF to XML uses environment guidance via V8_PATH and V8_BASE variables to prepare and perform the hierarchical dump. Setting these variables ensures the command-based workflow correctly processes the 1C processing file.

Can I extract nested structures like Forms and Templates from an EPF file?

Yes, you can extract nested structures from an EPF file because the tool supports hierarchical XML export. It dumps top-level data along with nested Ext, Forms, and Templates into separate structured XML files.

When do I need to convert EPF files to XML source representations?

You need to convert EPF files to XML source representations when performing inspection, migration, or version control of 1C processing content. This conversion translates binary EPF data into readable XML files for review and integration.