convert CSV (comma delimiter) to tab delimiter using powershell

I have a requirement to convert Comma delimiter (CSV file ) to Tab delimiter file

can someone please help with the below requirement

note : there are , " in the data

sampledate :

col 1,col2,col3,col4,col5,col6

A,b,c,sample"data, testing,E,F

output

A b c sample"data, testing E F

 

Please help

 

 

jagadish, welcome to Powershell.org. Please take a moment and read the very first post on top of the list of this forum: Read Me Before Posting! You’ll be Glad You Did!.

This forum is for scripting questions rather than script requests. We do not write customized and ready to use scripts or solutions on request. Did you try to search for it? I’m sure there are enough examples out there you could adapt to your needs.

And BTW: When you post code or error messages or sample data or console output format it as code using the code tags “PRE”, please. Thanks in advance.