Drename field-rename-list [ input-file.. ]
Drename field-rename-list [input-file..]
Drename renames field names by given field-rename-list. A field-rename-list is a field-list of which entry has a form of
old-field-name:new-field-name
For each field of input records, Drename searches old-field-name part of the field-rename-list, and when the field name is found, changes the field name to the corresponding new-field-name.
Renaming is not recursive. For example,
Drename "a:b,b:c"
does NOT rename field "a" to "c".
See the manual of D_msg.
MIYAZAWA Akira