Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell combine two csv file contenets

Get-ChildItem -Filter *.csv -Path C:ScriptsCSVFiles | Select-Object -ExpandProperty FullName | Import-Csv | Export-Csv C:ScriptsCSVFilesCombinedFile.csv -NoTypeInformation -Append
Source by anandthearchitect.com #
 
PREVIOUS NEXT
Tagged: #powershell #combine #csv #file #contenets
ADD COMMENT
Topic
Name
7+9 =