User Activity

  • Modified a comment on ticket #223 on opencsv

    Unfortunately, this is wrongly implemented (HeaderNameBaseMappingStrategy:78): if (!this.headerIndex.isEmpty() && numberOfFields != this.headerIndex.getHeaderIndexLength() && !this.forceCorrectRecordLength) { throw new CsvRequiredFieldEmptyException(this.type, ResourceBundle.getBundle("opencsv", this.errorLocale).getString("header.data.mismatch")); } meaning that the Exception gets thrown if forceCorrectRecordLength is false. So in order to avoid the exception, one has to set the field to true.

  • Modified a comment on ticket #223 on opencsv

    Unfortunately, this is wrongly implemented (HeaderNameBaseMappingStrategy:78): if (!this.headerIndex.isEmpty() && numberOfFields != this.headerIndex.getHeaderIndexLength() && !this.forceCorrectRecordLength) { throw new CsvRequiredFieldEmptyException(this.type, ResourceBundle.getBundle("opencsv", this.errorLocale).getString("header.data.mismatch")); } meaning that the Exception gets thrown if forceCorrectRecordLength is false. So in order to avoid the exception, one has to set the field to true.

  • Posted a comment on ticket #223 on opencsv

    Unfortunately, this is wrongly implemented (HeaderNameBaseMappingStrategy:78): if (!this.headerIndex.isEmpty() && numberOfFields != this.headerIndex.getHeaderIndexLength() && !this.forceCorrectRecordLength) { throw new CsvRequiredFieldEmptyException(this.type, ResourceBundle.getBundle("opencsv", this.errorLocale).getString("header.data.mismatch")); } meaning that the Exception gets thrown if forceCorrectRecordLength is false. So in order to avoid the exception, one has to set the field to true.

View All

Personal Data

Username:
roesslerj
Joined:
2007-03-23 07:23:10

Projects

This is a list of open source software projects that roesslerj is associated with:

  • Mooym   Last Updated:
  • jMonkeyTesting Bringing monkey testing to the Java world! Last Updated:

Personal Tools