Excel importer - Setting Commit unchanged objects not working?

3
Trying to have the Excel Importer not to commit any unchanged objects, I ticked the setting "Commit unchanged objects". It didn't have any effect. Looking through the java code, I get the impression the setting is never used. It this correct or am I doing something wrong? By the way, I also looked at the newer ExcelImporter, for 5.1.1 and didn't find any references to this setting being used in the code as well ... =================== Update: Settings are not being uses, indeed. The following I added to ExcelReader.java to get this setting being used. settings.setCommitUnchangedObjectsForMainObject( (Boolean)addProperties.getValue(context, AdditionalProperties.MemberNames.CommitUnchangedObjects_MainObject.toString()) );
asked
0 answers