Scarpozzi
Lifer
I've been playing with Powershell to do some csv manipulation and am loving it. I've used it in the past for legitimate sys admin stuff (creating AD and exchange accounts, deleting them, etc...)... My new job doesn't do that stuff so much, but I still have to work with a lot of csv files. The problem with csv is that it's not formatted, so when I pass these files off, they open in excel, but are very plain.
I'm now using it to create excel files, import the csv and format the columns on multiple worksheets...then do the cleanup of the many CSVs that feed the worksheets and ship the files out. It's nice because I can write the script and it saves me about 10 minutes of editing work every time I run a report.
Does anyone else use it for this kind of thing or have any other ideas of how I can utilize it? It's free and ties in really nicely to report writing (which is what my job does a lot of now).
I'm now using it to create excel files, import the csv and format the columns on multiple worksheets...then do the cleanup of the many CSVs that feed the worksheets and ship the files out. It's nice because I can write the script and it saves me about 10 minutes of editing work every time I run a report.
Does anyone else use it for this kind of thing or have any other ideas of how I can utilize it? It's free and ties in really nicely to report writing (which is what my job does a lot of now).