Treffer: Importing and Exporting CSV and XML Files in PowerShell.
Title:
Importing and Exporting CSV and XML Files in PowerShell.
Authors:
Source:
Windows IT Pro; Dec2013, Vol. 19 Issue 12, p55-61, 7p, 4 Charts
Subject Terms:
Database:
Complementary Index
Weitere Informationen
The article discusses the use of Windows PowerShell to overcome the difficulty of parsing XML files using Cmd.exe by providing a set of cmdlets to import and export structured data which either have CSV or XML. CSV file is a plain-text file representing a table of data with each line of the file representing one record of data while XML is another type of text file that stores structured data which is arranged hierarchically. The CSV and XML text files are very common data interchange formats.