Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove ".au" endings
#1
In a recent post, I requested a feature on Alera, where the .au endings are removed. Since then, I learned to just add a line from Powershell to remove the endings as in the following example:

(gc C:\temporary\test.csv) | % {$_ -replace '.au',''} | out-file C:\temporary\test.csv -Fo -En ascii

The Powershell line works quite well, so unless other users need a feature like that, I wouldn't bother.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)