Showing tag results for CSV and other delimited files

Jul 11, 2013
Post comments count0
Post likes count0

Use PowerShell to Sort CSV Files in Order

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about sorting comma-separated value (CSV) files. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sifting through some of the email that arrives at [email protected]. It is always fun to read the email because it gives me a great sense of what is going on with people trying to us...

Scripting Guy!Windows PowerShellscripting techniques
Dec 12, 2012
Post comments count0
Post likes count0

Create a Custom PowerShell Object to Simplify Appending CSV files

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to create a custom Windows PowerShell object to simplify appending to CSV files.   Hey, Scripting Guy!  Yesterday, you talked about creating two objects, exporting them to CSV files, and then manipulating the strings to combine the CSV files. Is there a cleaner way of doing this?...

Scripting Guy!Windows PowerShellscripting techniques
Dec 11, 2012
Post comments count0
Post likes count0

Use PowerShell to Add Two Pieces of CSV Data Together

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about adding together two pieces of CSV information and making the rows wider, not longer. Hey, Scripting Guy! I have a problem at work. Our company is in the midst of massive acquisitions and mergers. I mean every few weeks our network completely changes, and we have to absorb a new domain or for...

Scripting Guy!Windows PowerShellscripting techniques
Nov 28, 2011
Post comments count1
Post likes count0

Four Easy Ways to Import CSV Files to SQL Server with PowerShell

Doctor Scripto

Summary: Learn four easy ways to use Windows PowerShell to import CSV files into SQL Server. Microsoft Scripting Guy, Ed Wilson, is here.  I was chatting this week with Microsoft PowerShell MVP, Chad Miller, about the series of blogs I recently wrote about using CSV files. He thought a helpful addition to the posts would be to talk about impor...

Scripting Guy!Windows PowerShellscripting techniques
Nov 15, 2011
Post comments count0
Post likes count0

See Why PowerShell Can't Export Some Properties to CSV

Doctor Scripto

Summary: Learn why Windows PowerShell cannot export certain properties to a CSV file and what to do about it.   Microsoft Scripting Guy, Ed Wilson, is here. The other day, Terry Dow posted a comment on my Use PowerShell to Work with CSV Formatted Text blog post. Basically, Terry is asking about exporting a multivalue property via Export-CSV fi...

Scripting Guy!Windows PowerShellscripting techniques