How can I change a field in a record if record is empty?
With tie::file I could change a word in a line but could not add a word to a specific field.
line is
a|b|c|d||f|g
I want to add "e" to next field to "d"
and if line is
b|b|b|b|b|b|b
I want to change the 3rd "b" to "e"
Thanks