Powershell

Remove Quotes and Comma from Quoted fields

# Remove Quotes from deliminated data file, and remove comma from field value # Parameters definition [CmdletBinding()] Param( [Parameter(Mandatory=$True,Position=1)] [string]$InputFile, [Parameter(Mandatory=

Episode

00:00:00 00:00:00