Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Split CSV output column

$
0
0

I need to split a exported field from CSV file generated by Export-CSV Serverlist.csv in VMWare PowerCLI.

Get-VM * | Select Name,Notes | Export-Csv Serverlist.csv -NoTypeInformation

Current CSV output:

NameNote

Server1Exchange Server at HQ

    Group=5

*** I need to move "Group=5" to next column instead in the same field.  Every Note field have Group=x.

NameNoteGroup

Server1Exchange Server at HQGroup=5





Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>