IDEMPIERE-454 Easy import / Version 2 - add update capatibility in 1 tab - it requires the key field(s) to be suffixed with /K
This commit is contained in:
parent
ce32859d68
commit
0ebc6fab41
|
|
@ -0,0 +1,43 @@
|
||||||
|
-- Dec 26, 2012 11:13:27 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,MsgTip,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('E','In order mark a column as a Key,the character ''K'' must be used in capital letter.',' ''K'' must be used in capital letter.',200131,'D','cbb24b89-0807-42c8-a027-98a4d87f0dc1','ColumnKey','Y',TO_DATE('2012-12-26 11:13:26','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-12-26 11:13:26','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:13:27 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200131 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:03 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('E','There must be key columns in order to update or merge record(s).',200132,'D','805c64e8-6071-4bc9-821d-f52fe23ac1ad','NoKeyFound','Y',TO_DATE('2012-12-26 11:14:27','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-12-26 11:14:27','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:03 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200132 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:51 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('E','More than one row has been found and this record cannot be inserted or updated',200133,'D','6386e48b-6055-4f65-87c9-dc42863526cd','TooManyRows','Y',TO_DATE('2012-12-26 11:15:51','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-12-26 11:15:51','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:51 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200133 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:16:42 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,MsgTip,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Import Mode: ','Import Mode',200134,'D','753fad5d-5b0c-4ec0-8ba1-f748669e85c1','import.mode','Y',TO_DATE('2012-12-26 11:16:42','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-12-26 11:16:42','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:16:42 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200134 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201301161610_IDEMPIERE-454.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
||||||
|
|
@ -0,0 +1,43 @@
|
||||||
|
-- Dec 26, 2012 11:13:27 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,MsgTip,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('E','In order mark a column as a Key,the character ''K'' must be used in capital letter.',' ''K'' must be used in capital letter.',200131,'D','cbb24b89-0807-42c8-a027-98a4d87f0dc1','ColumnKey','Y',TO_TIMESTAMP('2012-12-26 11:13:26','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-12-26 11:13:26','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:13:27 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200131 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:03 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('E','There must be key columns in order to update or merge record(s).',200132,'D','805c64e8-6071-4bc9-821d-f52fe23ac1ad','NoKeyFound','Y',TO_TIMESTAMP('2012-12-26 11:14:27','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-12-26 11:14:27','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:03 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200132 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:51 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('E','More than one row has been found and this record cannot be inserted or updated',200133,'D','6386e48b-6055-4f65-87c9-dc42863526cd','TooManyRows','Y',TO_TIMESTAMP('2012-12-26 11:15:51','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-12-26 11:15:51','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:15:51 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200133 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:16:42 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message (MsgType,MsgText,MsgTip,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Import Mode: ','Import Mode',200134,'D','753fad5d-5b0c-4ec0-8ba1-f748669e85c1','import.mode','Y',TO_TIMESTAMP('2012-12-26 11:16:42','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-12-26 11:16:42','YYYY-MM-DD HH24:MI:SS'))
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Dec 26, 2012 11:16:42 AM COT
|
||||||
|
-- IDEMPIERE-454 Easy import
|
||||||
|
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200134 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201301161610_IDEMPIERE-454.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ public interface IGridTabImporter {
|
||||||
* @param filestream
|
* @param filestream
|
||||||
* @param charset
|
* @param charset
|
||||||
*/
|
*/
|
||||||
public File fileImport(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset);
|
public File fileImport(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset, String importMode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return file extension
|
* @return file extension
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ import org.adempiere.exceptions.AdempiereException;
|
||||||
import org.compiere.model.GridField;
|
import org.compiere.model.GridField;
|
||||||
import org.compiere.model.GridTab;
|
import org.compiere.model.GridTab;
|
||||||
import org.compiere.model.MColumn;
|
import org.compiere.model.MColumn;
|
||||||
|
import org.compiere.model.MQuery;
|
||||||
import org.compiere.model.MTable;
|
import org.compiere.model.MTable;
|
||||||
import org.compiere.model.PO;
|
import org.compiere.model.PO;
|
||||||
import org.compiere.tools.FileUtil;
|
import org.compiere.tools.FileUtil;
|
||||||
|
|
@ -62,17 +63,19 @@ import org.supercsv.prefs.CsvPreference;
|
||||||
/**
|
/**
|
||||||
* CSV Importer for GridTab
|
* CSV Importer for GridTab
|
||||||
* @author Carlos Ruiz
|
* @author Carlos Ruiz
|
||||||
|
* @author Juan David Arboleda
|
||||||
*/
|
*/
|
||||||
public class GridTabCSVImporter implements IGridTabImporter
|
public class GridTabCSVImporter implements IGridTabImporter
|
||||||
{
|
{
|
||||||
private static final String ERROR_HEADER = "_ERROR_";
|
private static final String ERROR_HEADER = "_ERROR_";
|
||||||
private static final String LOG_HEADER = "_LOG_";
|
private static final String LOG_HEADER = "_LOG_";
|
||||||
|
private String IMPORT_MODE = null;
|
||||||
|
|
||||||
/** Logger */
|
/** Logger */
|
||||||
private static CLogger log = CLogger.getCLogger(GridTabCSVImporter.class);
|
private static CLogger log = CLogger.getCLogger(GridTabCSVImporter.class);
|
||||||
boolean m_isError = false;
|
boolean m_isError = false;
|
||||||
|
|
||||||
public File fileImport(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset) {
|
public File fileImport(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset , String importMode) {
|
||||||
|
|
||||||
ICsvMapReader mapReader = null;
|
ICsvMapReader mapReader = null;
|
||||||
File errFile = null;
|
File errFile = null;
|
||||||
File logFile = null;
|
File logFile = null;
|
||||||
|
|
@ -81,6 +84,8 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
CsvPreference csvpref = CsvPreference.STANDARD_PREFERENCE;
|
CsvPreference csvpref = CsvPreference.STANDARD_PREFERENCE;
|
||||||
String delimiter = String.valueOf((char) csvpref.getDelimiterChar());
|
String delimiter = String.valueOf((char) csvpref.getDelimiterChar());
|
||||||
String quoteChar = String.valueOf((char) csvpref.getQuoteChar());
|
String quoteChar = String.valueOf((char) csvpref.getQuoteChar());
|
||||||
|
IMPORT_MODE = importMode;
|
||||||
|
boolean isThereKey = false;
|
||||||
try {
|
try {
|
||||||
String errFileName = FileUtil.getTempMailName("Import_" + gridTab.getTableName(), "_err.csv");
|
String errFileName = FileUtil.getTempMailName("Import_" + gridTab.getTableName(), "_err.csv");
|
||||||
errFile = new File(errFileName);
|
errFile = new File(errFileName);
|
||||||
|
|
@ -97,14 +102,27 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
String columnName = headName;
|
String columnName = headName;
|
||||||
boolean isForeign = headName.indexOf("[") > 0 && headName.endsWith("]");
|
boolean isKeyColumn = false;
|
||||||
|
if ( columnName.indexOf("/") > 0 ){
|
||||||
|
if(columnName.endsWith("K")){
|
||||||
|
isKeyColumn =true;
|
||||||
|
columnName = headName.substring(0,headName.length()-2);
|
||||||
|
}else{
|
||||||
|
throw new AdempiereException(Msg.getMsg(Env.getCtx(), "ColumnKey", new Object[] {columnName}));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
boolean isForeign = columnName.indexOf("[") > 0 && columnName.endsWith("]");
|
||||||
if (isForeign) {
|
if (isForeign) {
|
||||||
int end = headName.indexOf("[");
|
int end = columnName.indexOf("[");
|
||||||
columnName = headName.substring(0, end);
|
columnName = columnName.substring(0, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
GridField field = gridTab.getField(columnName);
|
GridField field = gridTab.getField(columnName);
|
||||||
if (field == null) {
|
if (field == null) {
|
||||||
throw new AdempiereException(Msg.getMsg(Env.getCtx(), "FieldNotFound", new Object[] {columnName}));
|
throw new AdempiereException(Msg.getMsg(Env.getCtx(), "FieldNotFound", new Object[] {columnName}));
|
||||||
|
}else if(isKeyColumn && !isThereKey){
|
||||||
|
isThereKey =true;
|
||||||
}
|
}
|
||||||
MColumn column = MColumn.get(Env.getCtx(), field.getAD_Column_ID());
|
MColumn column = MColumn.get(Env.getCtx(), field.getAD_Column_ID());
|
||||||
// TODO: List columns can use RequireSubStr constraint
|
// TODO: List columns can use RequireSubStr constraint
|
||||||
|
|
@ -146,8 +164,10 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
CellProcessor[] processors = readProcArray.toArray(new CellProcessor[readProcArray.size()]);
|
if((IMPORT_MODE.equals("U") || IMPORT_MODE.equals("M")) && !isThereKey){
|
||||||
|
throw new AdempiereException(Msg.getMsg(Env.getCtx(), "NoKeyFound"));
|
||||||
|
}
|
||||||
|
CellProcessor[] processors = readProcArray.toArray(new CellProcessor[readProcArray.size()]);
|
||||||
m_isError = false;
|
m_isError = false;
|
||||||
// write the header
|
// write the header
|
||||||
String rawHeader = mapReader.getUntokenizedRow();
|
String rawHeader = mapReader.getUntokenizedRow();
|
||||||
|
|
@ -178,15 +198,21 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
log.fine("Setting " + headName + " to " + value);
|
log.fine("Setting " + headName + " to " + value);
|
||||||
|
|
||||||
String columnName = headName;
|
String columnName = headName;
|
||||||
boolean isForeign = headName.indexOf("[") > 0 && headName.endsWith("]");
|
|
||||||
|
boolean isKeyColumn = headName.indexOf("/") > 0 && (headName.endsWith("K"));
|
||||||
|
if (isKeyColumn)
|
||||||
|
columnName = headName.substring(0,headName.length()-2);
|
||||||
|
|
||||||
|
boolean isForeign = columnName.indexOf("[") > 0 && columnName.endsWith("]");
|
||||||
String foreignColumn = null;
|
String foreignColumn = null;
|
||||||
if (isForeign) {
|
if (isForeign) {
|
||||||
int end = headName.indexOf("[");
|
int end = columnName.indexOf("[");
|
||||||
columnName = headName.substring(0, end);
|
columnName = columnName.substring(0, end);
|
||||||
int startf = headName.indexOf("[")+1;
|
int startf = headName.indexOf("[")+1;
|
||||||
int endf = headName.length()-1;
|
int endf = headName.indexOf("]");
|
||||||
foreignColumn = headName.substring(startf, endf);
|
foreignColumn = headName.substring(startf, endf);
|
||||||
}
|
}
|
||||||
|
|
||||||
GridField field = gridTab.getField(columnName);
|
GridField field = gridTab.getField(columnName);
|
||||||
if (field == null) {
|
if (field == null) {
|
||||||
lineError.append(Msg.getMsg(Env.getCtx(), "NotAWindowField", new Object[] {headName}));
|
lineError.append(Msg.getMsg(Env.getCtx(), "NotAWindowField", new Object[] {headName}));
|
||||||
|
|
@ -202,7 +228,7 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
}
|
}
|
||||||
if (!isLineError) {
|
if (!isLineError) {
|
||||||
MColumn column = MColumn.get(Env.getCtx(), field.getAD_Column_ID());
|
MColumn column = MColumn.get(Env.getCtx(), field.getAD_Column_ID());
|
||||||
if (isForeign && value != null) {
|
if (isForeign && value != null){
|
||||||
String foreignTable = column.getReferenceTableName();
|
String foreignTable = column.getReferenceTableName();
|
||||||
String idS = null;
|
String idS = null;
|
||||||
int id = -1;
|
int id = -1;
|
||||||
|
|
@ -258,66 +284,89 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
trx = Trx.get(trxName, true);
|
trx = Trx.get(trxName, true);
|
||||||
Map<String, Object> map = data.get(idx);
|
Map<String, Object> map = data.get(idx);
|
||||||
gridTab.getTableModel().setImportingMode(true, trxName);
|
gridTab.getTableModel().setImportingMode(true, trxName);
|
||||||
gridTab.dataNew(false);
|
|
||||||
for (String headName : header) {
|
if (isThereKey)
|
||||||
if (headName == null)
|
logMsg = areValidKeysAndColumns(gridTab,map,header);
|
||||||
continue;
|
|
||||||
Object value = map.get(headName);
|
|
||||||
|
|
||||||
String columnName = headName;
|
if (logMsg == null){
|
||||||
boolean isForeign = headName.indexOf("[") > 0 && headName.endsWith("]");
|
|
||||||
String foreignColumn = null;
|
if (IMPORT_MODE.equals("I"))
|
||||||
if (isForeign) {
|
gridTab.dataNew(false);
|
||||||
int end = headName.indexOf("[");
|
|
||||||
columnName = headName.substring(0, end);
|
for (String headName : header) {
|
||||||
int startf = headName.indexOf("[")+1;
|
if (headName == null)
|
||||||
int endf = headName.length()-1;
|
continue;
|
||||||
foreignColumn = headName.substring(startf, endf);
|
Object value = map.get(headName);
|
||||||
}
|
String columnName = headName;
|
||||||
GridField field = gridTab.getField(columnName);
|
|
||||||
if (field.isParentValue())
|
boolean isKeyColumn = headName.indexOf("/") > 0 && (headName.endsWith("K"));
|
||||||
continue;
|
if (isKeyColumn) {
|
||||||
MColumn column = MColumn.get(Env.getCtx(), field.getAD_Column_ID());
|
if(IMPORT_MODE.equals("I"))
|
||||||
Object setValue = null;
|
columnName = columnName.substring(0,headName.length()-2);
|
||||||
if (isForeign) {
|
if(IMPORT_MODE.equals("U"))//Key Column never updated
|
||||||
String foreignTable = column.getReferenceTableName();
|
continue;
|
||||||
if ("AD_Ref_List".equals(foreignTable)) {
|
}
|
||||||
String idS = resolveForeignList(column, foreignColumn, value);
|
boolean isForeign = columnName.indexOf("[") > 0 && columnName.endsWith("]");
|
||||||
setValue = idS;
|
String foreignColumn = null;
|
||||||
} else {
|
if (isForeign) {
|
||||||
int id = resolveForeign(foreignTable, foreignColumn, value);
|
int end = columnName.indexOf("[");
|
||||||
setValue = id;
|
columnName = columnName.substring(0, end);
|
||||||
if (field.isParentValue()) {
|
int startf = headName.indexOf("[")+1;
|
||||||
int actualId = (Integer) field.getValue();
|
int endf = headName.indexOf("]");
|
||||||
if (actualId != id) {
|
foreignColumn = headName.substring(startf, endf);
|
||||||
logMsg = Msg.getMsg(Env.getCtx(), "ParentCannotChange", new Object[] {headName});
|
}
|
||||||
error = true;
|
GridField field = gridTab.getField(columnName);
|
||||||
break;
|
if (field.isParentValue())
|
||||||
}
|
continue;
|
||||||
}
|
|
||||||
}
|
if (!field.isEditable(true)) {
|
||||||
} else {
|
|
||||||
if (value != null) {
|
|
||||||
if (value != null && value instanceof java.util.Date)
|
|
||||||
value = new Timestamp(((java.util.Date)value).getTime());
|
|
||||||
setValue = value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (value != null) {
|
|
||||||
if (field.isEditable(true)) {
|
|
||||||
gridTab.setValue(columnName, setValue);
|
|
||||||
} else {
|
|
||||||
logMsg = Msg.getMsg(Env.getCtx(), "FieldNotEditable", new Object[] {headName});
|
logMsg = Msg.getMsg(Env.getCtx(), "FieldNotEditable", new Object[] {headName});
|
||||||
error = true;
|
error = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MColumn column = MColumn.get(Env.getCtx(), field.getAD_Column_ID());
|
||||||
|
Object setValue = null;
|
||||||
|
if (isForeign) {
|
||||||
|
String foreignTable = column.getReferenceTableName();
|
||||||
|
if ("AD_Ref_List".equals(foreignTable)) {
|
||||||
|
String idS = resolveForeignList(column, foreignColumn, value);
|
||||||
|
setValue = idS;
|
||||||
|
} else {
|
||||||
|
int id = resolveForeign(foreignTable, foreignColumn, value);
|
||||||
|
setValue = id;
|
||||||
|
if (field.isParentValue()) {
|
||||||
|
int actualId = (Integer) field.getValue();
|
||||||
|
if (actualId != id) {
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(), "ParentCannotChange", new Object[] {headName});
|
||||||
|
error = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (value != null) {
|
||||||
|
if (value != null && value instanceof java.util.Date)
|
||||||
|
value = new Timestamp(((java.util.Date)value).getTime());
|
||||||
|
|
||||||
|
setValue = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (setValue != null) {
|
||||||
|
gridTab.setValue(field,setValue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
}else {
|
||||||
|
error =true;
|
||||||
}
|
}
|
||||||
if (! error) {
|
if (! error) {
|
||||||
if (gridTab.dataSave(false)) {
|
if (gridTab.dataSave(false)) {
|
||||||
PO po = gridTab.getTableModel().getPO(gridTab.getCurrentRow());
|
PO po = gridTab.getTableModel().getPO(gridTab.getCurrentRow());
|
||||||
logMsg = Msg.getMsg(Env.getCtx(), "SuccessfullySaved",
|
if(IMPORT_MODE.equals("I")){
|
||||||
new Object[] {po != null ? po.toString() : gridTab.getTableModel().getKeyID(gridTab.getCurrentRow())});
|
logMsg = Msg.getMsg(Env.getCtx(), "Inserted") + po.toString();
|
||||||
|
}else{
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(), "Updated") + po.toString();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
error = true;
|
error = true;
|
||||||
ValueNamePair ppE = CLogger.retrieveWarning();
|
ValueNamePair ppE = CLogger.retrieveWarning();
|
||||||
|
|
@ -346,6 +395,7 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
trx = null;
|
trx = null;
|
||||||
}
|
}
|
||||||
gridTab.getTableModel().setImportingMode(false, null);
|
gridTab.getTableModel().setImportingMode(false, null);
|
||||||
|
IMPORT_MODE =importMode;
|
||||||
}
|
}
|
||||||
// write
|
// write
|
||||||
logMsg = logMsg.replaceAll(delimiter, "");
|
logMsg = logMsg.replaceAll(delimiter, "");
|
||||||
|
|
@ -378,7 +428,83 @@ public class GridTabCSVImporter implements IGridTabImporter
|
||||||
else
|
else
|
||||||
return errFile;
|
return errFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
private String areValidKeysAndColumns(GridTab gridTab, Map<String, Object> map,String[] header){
|
||||||
|
MQuery pquery = new MQuery(gridTab.getAD_Table_ID());
|
||||||
|
String logMsg= null;
|
||||||
|
Object tmpValue=null;
|
||||||
|
String columnwithKey=null;
|
||||||
|
Object setValue = null;
|
||||||
|
//Process columnKeys + Foreign to add restrictions.
|
||||||
|
for (int i=0 ; i< header.length; i++){
|
||||||
|
boolean isKeyColumn = header[i].indexOf("/") > 0 && header[i].endsWith("K");
|
||||||
|
if(isKeyColumn){
|
||||||
|
columnwithKey = header[i].substring(0,header[i].length()-2);
|
||||||
|
boolean isForeign = columnwithKey.indexOf("[") > 0 && columnwithKey.indexOf("]") > 0;
|
||||||
|
String foreignColumn = null;
|
||||||
|
if(isForeign) {
|
||||||
|
int end = columnwithKey.indexOf("[");
|
||||||
|
columnwithKey = columnwithKey.substring(0, end);
|
||||||
|
int startf = header[i].indexOf("[")+1;
|
||||||
|
int endf = header[i].indexOf("]");
|
||||||
|
foreignColumn = header[i].substring(startf, endf);
|
||||||
|
|
||||||
|
if (map.get(header[i]) instanceof java.util.Date)
|
||||||
|
tmpValue = new Timestamp(((java.util.Date)map.get(header[i])).getTime());
|
||||||
|
else
|
||||||
|
tmpValue = map.get(header[i]);
|
||||||
|
|
||||||
|
MColumn column = MColumn.get(Env.getCtx(), gridTab.getField(columnwithKey).getAD_Column_ID());
|
||||||
|
String foreignTable = column.getReferenceTableName();
|
||||||
|
if ("AD_Ref_List".equals(foreignTable)) {
|
||||||
|
String idS = resolveForeignList(column, foreignColumn, tmpValue);
|
||||||
|
setValue = idS;
|
||||||
|
}else {
|
||||||
|
int id = resolveForeign(foreignTable, foreignColumn, tmpValue);
|
||||||
|
setValue = id;
|
||||||
|
if (gridTab.getField(columnwithKey).isParentValue()) {
|
||||||
|
int actualId = (Integer) gridTab.getField(columnwithKey).getValue();
|
||||||
|
if (actualId != id) {
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(), "ParentCannotChange", new Object[] {header[i]});
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
if (map.get(header[i]) instanceof java.util.Date)
|
||||||
|
tmpValue = new Timestamp(((java.util.Date)map.get(header[i])).getTime());
|
||||||
|
else
|
||||||
|
tmpValue = map.get(header[i]);
|
||||||
|
|
||||||
|
setValue = tmpValue ;
|
||||||
|
}
|
||||||
|
pquery.addRestriction(columnwithKey,MQuery.EQUAL,setValue);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
gridTab.setQuery(pquery);
|
||||||
|
gridTab.query(false);
|
||||||
|
if (IMPORT_MODE.equals("I")){
|
||||||
|
if(gridTab.getRowCount()>=1)
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(), "AlreadyExists", new Object[] {pquery});
|
||||||
|
}
|
||||||
|
if (IMPORT_MODE.equals("U")){
|
||||||
|
if(gridTab.getRowCount()<=0)
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(), "not.found", new Object[] {pquery});
|
||||||
|
else if(gridTab.getRowCount()>1)
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(),"SQLErrorNotUnique", new Object[] {pquery});
|
||||||
|
}
|
||||||
|
if (IMPORT_MODE.equals("M")){
|
||||||
|
if(gridTab.getRowCount()==1)
|
||||||
|
IMPORT_MODE = "U";
|
||||||
|
else if(gridTab.getRowCount()<=0)
|
||||||
|
IMPORT_MODE = "I";
|
||||||
|
else if(gridTab.getRowCount()>1)
|
||||||
|
logMsg = Msg.getMsg(Env.getCtx(),"TooManyRows", new Object[] {pquery});
|
||||||
|
}
|
||||||
|
return logMsg;
|
||||||
|
}
|
||||||
|
|
||||||
private String resolveForeignList(MColumn column, String foreignColumn, Object value) {
|
private String resolveForeignList(MColumn column, String foreignColumn, Object value) {
|
||||||
String idS = null;
|
String idS = null;
|
||||||
StringBuilder select = new StringBuilder("SELECT Value FROM AD_Ref_List WHERE ")
|
StringBuilder select = new StringBuilder("SELECT Value FROM AD_Ref_List WHERE ")
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,7 @@ public class FileImportAction implements EventListener<Event>
|
||||||
private Listbox cboType = new Listbox();
|
private Listbox cboType = new Listbox();
|
||||||
private Button bFile = new Button();
|
private Button bFile = new Button();
|
||||||
private Listbox fCharset = new Listbox();
|
private Listbox fCharset = new Listbox();
|
||||||
|
private Listbox fImportMode = new Listbox();
|
||||||
private InputStream m_file_istream = null;
|
private InputStream m_file_istream = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -108,6 +109,11 @@ public class FileImportAction implements EventListener<Event>
|
||||||
}
|
}
|
||||||
fCharset.addEventListener(Events.ON_SELECT, this);
|
fCharset.addEventListener(Events.ON_SELECT, this);
|
||||||
|
|
||||||
|
fImportMode.appendItem("Insert","I");
|
||||||
|
fImportMode.appendItem("Update","U");
|
||||||
|
fImportMode.appendItem("Merge","M");
|
||||||
|
fImportMode.setSelectedIndex(0);
|
||||||
|
|
||||||
importerMap = new HashMap<String, IGridTabImporter>();
|
importerMap = new HashMap<String, IGridTabImporter>();
|
||||||
extensionMap = new HashMap<String, String>();
|
extensionMap = new HashMap<String, String>();
|
||||||
List<IGridTabImporter> importerList = Service.locator().list(IGridTabImporter.class).getServices();
|
List<IGridTabImporter> importerList = Service.locator().list(IGridTabImporter.class).getServices();
|
||||||
|
|
@ -155,10 +161,27 @@ public class FileImportAction implements EventListener<Event>
|
||||||
vb.appendChild(hb);
|
vb.appendChild(hb);
|
||||||
|
|
||||||
hb = new Hbox();
|
hb = new Hbox();
|
||||||
|
Div div2 = new Div();
|
||||||
|
div2.setAlign("right");
|
||||||
|
div2.appendChild(new Label(Msg.getMsg(Env.getCtx(), "Charset", false)));
|
||||||
|
hb.appendChild(div2);
|
||||||
fCharset.setMold("select");
|
fCharset.setMold("select");
|
||||||
fCharset.setRows(0);
|
fCharset.setRows(0);
|
||||||
fCharset.setTooltiptext(Msg.getMsg(Env.getCtx(), "Charset", false));
|
fCharset.setTooltiptext(Msg.getMsg(Env.getCtx(), "Charset", false));
|
||||||
hb.appendChild(fCharset);
|
hb.appendChild(fCharset);
|
||||||
|
fCharset.setWidth("100%");
|
||||||
|
vb.appendChild(hb);
|
||||||
|
|
||||||
|
hb = new Hbox();
|
||||||
|
Div div3 = new Div();
|
||||||
|
div3.setAlign("right");
|
||||||
|
div3.appendChild(new Label(Msg.getMsg(Env.getCtx(), "import.mode", true)));
|
||||||
|
hb.appendChild(div3);
|
||||||
|
fImportMode.setMold("select");
|
||||||
|
fImportMode.setRows(0);
|
||||||
|
fImportMode.setTooltiptext(Msg.getMsg(Env.getCtx(), "import.mode", false));
|
||||||
|
hb.appendChild(fImportMode);
|
||||||
|
fImportMode.setWidth("100%");
|
||||||
vb.appendChild(hb);
|
vb.appendChild(hb);
|
||||||
|
|
||||||
hb = new Hbox();
|
hb = new Hbox();
|
||||||
|
|
@ -278,8 +301,13 @@ public class FileImportAction implements EventListener<Event>
|
||||||
if (listitem == null)
|
if (listitem == null)
|
||||||
return;
|
return;
|
||||||
charset = (Charset)listitem.getValue();
|
charset = (Charset)listitem.getValue();
|
||||||
|
|
||||||
File outFile = importer.fileImport(panel.getActiveGridTab(), childs, m_file_istream, charset);
|
ListItem importItem = fImportMode.getSelectedItem();
|
||||||
|
if (importItem == null)
|
||||||
|
return;
|
||||||
|
|
||||||
|
String iMode = (String)importItem.getValue();
|
||||||
|
File outFile = importer.fileImport(panel.getActiveGridTab(), childs, m_file_istream, charset,iMode);
|
||||||
winImportFile.onClose();
|
winImportFile.onClose();
|
||||||
winImportFile = null;
|
winImportFile = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue