Is it possible to use transformer to write to a specific field based on the condition of the value.
For example, in my reader I can have negative or positive values in a specific field. If the value is negative, I would like to write it to a Credit Field, and, if it is positive I would like to write it to a debit field.
example:
reader field [Amount]
Write Field [ Debit] or [Credit]
Amount = 100 -> Debit
Amount = -100 - > Credit