Timeline for Create a duplicate record based on a condition
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 23, 2013 at 21:58 | history | edited | terdon♦ | CC BY-SA 3.0 |
added 243 characters in body
|
| Sep 23, 2013 at 18:13 | comment | added | Joseph R. |
@user47766 Are we still talking about substituting EUR with AUD but a in a different column or will the patterns be different in this case?
|
|
| Sep 23, 2013 at 17:43 | comment | added | terdon♦ | @user47766 see updated answer, the gawk one is easy to change, the Perl on is a bit more complex. | |
| Sep 23, 2013 at 17:42 | history | edited | terdon♦ | CC BY-SA 3.0 |
added 166 characters in body
|
| Sep 23, 2013 at 14:05 | comment | added | Rakesh K | Thanks Joseph, Just to add, How can I change the position of condition column, FOr example if the condition column is Col3 instead of Col5. | |
| Sep 23, 2013 at 13:41 | comment | added | Joseph R. |
The perl one-liner will print the new record (with AUD) before the old one (with EUR)
|
|
| Sep 23, 2013 at 13:39 | history | answered | terdon♦ | CC BY-SA 3.0 |