We use CsvDataFileLoaderto load into our reference data as follows:
new InsertIdentityOperation(DatabaseOperation.CLEAN_INSERT)
.execute(connection,
new CsvDataFileLoader().load("/sql/ReferenceData/"));
In any case, to put the values nullin csv, which is loaded into our db.
I do not think that there are, I would suggest that , nulland nullwill be interpreted as their string values.
Could anyone do this or know about this problem?
source
share