Search Results

Search: Posts Made By: Don Cragun
1,852
Posted By Don Cragun
Here is another way to do it using "|" as the...
Here is another way to do it using "|" as the field separator instead of just |:
awk -F '"\\|"' 'BEGIN{OFS = "\"|\""}
{$8 = ($8 ~ /^SS/) ? "MEMBER" : "PROVIDER"}
1' myFile
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy