Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherStony,
While this will work fine in a filter, it won't work correctly in the "FieldPositions" parameter in the Fixed Format File node.
I believe that if you attempt to use a type other than string, that type must be in a format such that the data can be directly set into the BRD format.
Therefore ,a date format of DD.MM.CCYY won't work.
What you will need to do, is set the field definition in the FieldPositions parameter to:
Then, in a subsequent filter node, you can do something like:
effDt = date('EFF_DT',"DD.MM.CCYY")
emit *
override emit effDt as "EFF_DT"