Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
Data Import from previous Data Export broken | GoodFirstPicks

Data Import from previous Data Export broken

frappe/frappe 1 comments 1mo ago
View on GitHub
mediumopenScope: somewhat clearSkill match: maybeTest focusedFrappe / ERPNextPython

Why this is a good first issue

Data export format doesn't match import template requirements

AI Summary

The issue reports that exported CSV data cannot be reimported due to template mismatch between export and import functions. This appears to be a compatibility issue between versions that needs investigation of both export and import templates. The problem is reproducible but may require understanding of both data handling systems.

Issue Description

Description of the issue

A Data Export CSV cannot be used in a Data Import for the same DocType. It seems the Data Export uses the older Data Import template from version 12.

Context information (for bug reports)

I was attempting to replicate some data from a production environment to a staging environment.

Output of bench version

erpnext 13.x.x-develop
frappe 13.4.1

Steps to reproduce the issue

(using "Item" as an example)

  1. Ensure some items are in your system
  2. Data Export > Export all Items
  3. Data Import > Import using CSV from Step 2

Observed result

image image

Expected result

The Export and Import templates should match

Stacktrace / full error message

Row X
- Row has more values than columns

Additional information

ERPNext image; standard installation

A possible workaround is to do a Update Import on the primary s

GitHub Labels

bugShortlistedvalid

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!

Risk Flags

  • data import/export compatibility
  • template mismatch
Loading labels...

Details

Points20 pts
Difficultymedium
Scopesomewhat clear
Skill Matchmaybe
Test Focusedyes
AssigneeGursheenK