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
While the Reader allows to transparently modify the field values (via the CsvCallbackHandler or a registered FieldModifier in one of the provided callback handlers), the Writer does not have such a feature.
The idea is to add a field modifier to the Writer, that could be used to modify the field values before writing them to the output. Data could be formatted, masked or transformed in any other way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While the Reader allows to transparently modify the field values (via the
CsvCallbackHandler
or a registeredFieldModifier
in one of the provided callback handlers), the Writer does not have such a feature.The idea is to add a field modifier to the Writer, that could be used to modify the field values before writing them to the output. Data could be formatted, masked or transformed in any other way.
Beta Was this translation helpful? Give feedback.
All reactions