Is there any way to update the name of existing field in the CSV file to a new name.
Is there any way to update the name of existing field in the CSV file to a new name. can we use updaterecord processor. But can someone suggest what config to set?
currently we are using CSVreader and CSVSetWritter with Recordpath value and adding a new property:
Property Value
/oldname ${field.name:replace('oldname','newname')}
It is not changing the name of the field. Can anyone help here?
Tagged: