How to update column values in all lines in a text file using Powershell?
I have a text file that has 1000’s of lines. And each lines has elements that are separated by tilde(~) delimiter. Now, i want to just change the first column value numbers to a Random/Unique number, i.e 34324242342333. It is of 15 chars length. But this is not working. I need this urgently. Thanks! 34324242342333~22~BB74~001~… Read More How to update column values in all lines in a text file using Powershell?