I am really very new to powershell. I want to use powershell to read a txt file and change it to another format.
- Read from a txt file.
- Format Data( remove lines, remove blank spaces in between)
- Count of records ( "T 000000002" 9 chars)
and then write the output to a new file.
I just started powershell two days ago so I don't know how to do this yet.