Hi, Developer,
How to avoid newline without write-host in script as below?
........ | ForEach { $_.value+"," } | Out-File -FilePath done.csv -Encoding OEM
Or
........ | ForEach { "$_.," } | Out-File -FilePath done.csv -Encoding OEM
Thanks
Hi, Developer,
How to avoid newline without write-host in script as below?
........ | ForEach { $_.value+"," } | Out-File -FilePath done.csv -Encoding OEM
Or
........ | ForEach { "$_.," } | Out-File -FilePath done.csv -Encoding OEM
Thanks