Is there a simple way, using Find/Change or another method in File-Manager Batch, to do the following two functions?
1. Unconditionally change ANY existing value in a column to a specific new value.
For example, overlay anything in column 1 with an 'X'
2. Unconditionally change ANY 'Non-Blank' value (regardless of the value) in a column to a specific new value.
For example, if column 1 is greater than spaces, overlay it with an 'X'
I don't think I can use "C string1 string2", because 'string1' can contain various values.
We had File-Aid (which could do this with the REPL function), but have been forced to switch to File-Manager.
Thanks