#powershell export arraylist to csv
Explore tagged Tumblr posts
dotnet-helpers-blog · 6 years ago
Text
Read Array values and generate CSV file
Read Array values and generate CSV file
Tumblr media
The CSV file will have a line of headers to indicate column name and subsequent values for each column. The structured data is required for positioning in the CSV file,to achieve the Powershell has few option for structured data. Since a CSV file is just like a text file, it can loosely be created with Powershell’s Add-Content cmdlet.
We can use both Add-Content OR Export-Csv to create and write…
View On WordPress
0 notes