Hi All, I am realy 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 have started powershell just 2 days ago so plz give me ideas abt how to go about this stuff.