Hi!,
I have a file with duplicate record and I would like to remove one record and save it to a file. Then I would like to extract specific field from a new saved file. Example as follows:
1. Input file with duplicate record:
PASSWORD SUCCESS: The password for user SNGUYEN has been changed.
PASSWORD SUCCESS: The password for user SNGUYEN has been changed.
2. Remove duplicate record and save it to file:
PASSWORD SUCCESS: The password for user SNGUYEN has been changed.
3. Extract a specific field, and the output file should like this:
PASSWORD SUCCESS
Thank you,
I have a file with duplicate record and I would like to remove one record and save it to a file. Then I would like to extract specific field from a new saved file. Example as follows:
1. Input file with duplicate record:
PASSWORD SUCCESS: The password for user SNGUYEN has been changed.
PASSWORD SUCCESS: The password for user SNGUYEN has been changed.
2. Remove duplicate record and save it to file:
PASSWORD SUCCESS: The password for user SNGUYEN has been changed.
3. Extract a specific field, and the output file should like this:
PASSWORD SUCCESS
Thank you,