Cannot Reproduce
Details
Assignee
UnassignedUnassignedReporter
Hiep LqHiep LqLabels
Components
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Hiep Lq
Hiep LqLabels
Components
Affects versions
Priority
Created November 12, 2013 at 9:49 AM
Updated July 16, 2014 at 5:24 PM
Resolved July 16, 2014 at 5:24 PM
I. step redo:
1. in any window has field with "/" (example product with field "UPC/EAN")
export record to give template file.
2. fill some data, process import with insert mode.
3. below error message is showed
"org.adempiere.exceptions.AdempiereException: In order mark a column as a Key,the character 'K' must be used in capital letter."
II. reason:
Current GridTabCSVImporter assumes column contain "/" must is column key => must contain "/K".
because column name with "/" fire error.
. solution
check key with pattern (end "/K" is key)