frappe-data-migration-generator
CommunityMigrate Frappe data, flawlessly and fast.
AuthorVenkateshvenki404224
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Migrating large datasets or transforming data structures into Frappe from legacy systems or external files is a complex and error-prone process. This Skill automates the generation of robust data migration scripts.
Core Features & Use Cases
- CSV Import Scripts: Generate production-ready Python scripts for importing data from CSV files, including validation and comprehensive error handling.
- Bulk Operations: Implement efficient bulk insert/update logic to handle large volumes of data, minimizing processing time.
- Data Transformation: Provide patterns for transforming source data to match Frappe's DocType structures, ensuring data integrity.
- Use Case: Generate a script to import 10,000 customer records from a legacy CSV file into the Frappe 'Customer' DocType, handling duplicates and validating email addresses.
Quick Start
Generate a Python script to import 'Customer' data from a CSV file, ensuring that 'Customer Name' is unique and 'Email' is valid.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: frappe-data-migration-generator Download link: https://github.com/Venkateshvenki404224/frappe-apps-manager/archive/main.zip#frappe-data-migration-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.