User Activity

  • Posted a comment on ticket #90 on opencsv

    In the end I solved the problem with an override of determineConverter: HeaderColumnNameTranslateMappingStrategy<HistoricalQuote> strategy = new HeaderColumnNameTranslateMappingStrategy<>() { @Override protected CsvConverter determineConverter(Field field, Class<?> elementType, String locale, String writeLocale, Class<? extends AbstractCsvConverter> customConverter) throws CsvBadConverterException { if ("date".equals(field.getName())) { ZonedDateTimeConverter converter = new ZonedDateTimeConverter(dateFormatter);...

  • Modified a comment on ticket #90 on opencsv

    I have the same problem (missing convertValue method). My problem is that I have a bean (POJO) and multiple CSV providers. Each provider comes with different format for a ZonedDateTime field from bean (it's only an example). My impression is that version 5 comes to improve the part with annotation but unfortunately not everything comes down to annotations. I need a method to achieve the same result programatically, without to use annotations (converter in my particular example). HeaderColumnNameTranslateMappingStrategy<HistoricalQuote>...

  • Modified a comment on ticket #90 on opencsv

    I have the same problem (missing convertValue method). My problem is that I have a bean (POJO) and multiple CSV providers. Each provider comes with different format for a Date field from bean (it's only an example). My impression is that version 5 comes to improve the part with annotation but unfortunately not everything comes down to annotations. I need a method to achieve the same result programatically, without to use annotations (converter in my particular example). HeaderColumnNameTranslateMappingStrategy<HistoricalQuote>...

  • Modified a comment on ticket #90 on opencsv

    I have the same problem (missing convertValue method). My problem is that I have a bean (POJO) and multiple CSV providers. Each provider comes with different format for a Date field from bean (it's only an example). My impression is that version 5 comes to improve the part with annotation but unfortunately not everything comes down to annotations. I need a method to achieve the same result problematically, without to use annotations (converter in my particular example). HeaderColumnNameTranslateMappingStrategy<HistoricalQuote>...

  • Modified a comment on ticket #90 on opencsv

    I have the same problem (missing convertValue method). My problem is that I have a bean (POJO) and multiple CVS providers. Each provider comes with different format for a Date field from bean (it's only an example). My impression is that version 5 comes to improve the part with annotation but unfortunately not everything comes down to annotations. I need a method to achieve the same result problematically, without to use annotations (converter in my particular example). HeaderColumnNameTranslateMappingStrategy<HistoricalQuote>...

  • Posted a comment on ticket #90 on opencsv

    I have the same problem (missing convertValue method). My problem is that I have a bean (POJO) and multiple CVS providers. Each provider comes with different format for a Date field from bean (it's only an example). My impression is that version 5 comes to improve the part with annotation but unfortunately not everything comes down to annotations. I need a method to achieve the same result problematically, without to use annotations (converter in my particular example). HeaderColumnNameTranslateMappingStrategy<HistoricalQuote>...

  • Posted a comment on discussion General Discussion on JETT

    Do you know other libraries similar with JETT and JXLS?

  • Modified a comment on discussion General Discussion on JETT

    Thanks Etienne for your detailed response. I tried to look for other Open Source...

View All

Personal Data

Username:
decebals2
Joined:
2016-08-23 21:02:29

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB