Hi Isomorphic,
it seems I have a problem with DataImport.importDataSourceRecords() that was not there before. I'm using v10.1p_2017-09-09 now and was using some older version (Aug 22, but not sure) before.
This is my row:
Even though my columnRemap is OK and fits to my emailContentReader-content, not all fields get populated.
Does this already mean something to you? I'll try to narrow it down, but any suggestion is appreciated.
This is an important one for me.
Best regards
Blama
it seems I have a problem with DataImport.importDataSourceRecords() that was not there before. I'm using v10.1p_2017-09-09 now and was using some older version (Aug 22, but not sure) before.
This is my row:
Code:
List<Map<String, Object>> dataImporterResult = dataImporter.importDataSourceRecords(emailContentReader, columnRemap, importDS);
Does this already mean something to you? I'll try to narrow it down, but any suggestion is appreciated.
This is an important one for me.
Best regards
Blama
Comment