You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #6 it took me some time to get BeanToCsv writer to work, only after analysing in the debugger I discovered that type variable inside HeaderColumnNameMappingStrategy (code) is not being set, I had to do it manually:
As mentioned in #6 it took me some time to get
BeanToCsv
writer to work, only after analysing in the debugger I discovered thattype
variable insideHeaderColumnNameMappingStrategy
(code) is not being set, I had to do it manually:This feels redundant, would be nice if the strategy object set it automatically upon construction.
The text was updated successfully, but these errors were encountered: