I have a Write-Output command
Write-Output $start, $end, $title, $location,
what i get is:
May-29-12 4:30:00 PM
June-25-12 5:45:00 PM
Holy Yoga
Meeting Room B
what I want is:
May-29-12 4:30:00 PM,June-25-12 5:45:00 PM,Holy Yoga,Meeting Room B
so what I am missing is chomp for PS so i dont have crlf after every field and a way to keep the commas there
as I am trying to make a csv