1.

What Is The Difference Between Convertto-csv And Export-csv Commands?

Answer»

ConvertTo-CSV is a one step process that only CONVERTS data into csv format and let it remain INSIDE the SHELL Export-CSV is a 2 step process that not only converts data into CSV and also WRITES the output to a CSV format file.

ConvertTo-CSV is a one step process that only converts data into csv format and let it remain inside the shell Export-CSV is a 2 step process that not only converts data into CSV and also writes the output to a CSV format file.



Discussion

No Comment Found