PoshCode Archive  Artifact [4b7d8322fd]

Artifact 4b7d8322fd441f7d3295a13678d7824d14eb31f96cbb4fb23fc7083262374b05:

  • File Use-of-export-csv-Append.ps1 — part of check-in [1893f17544] at 2018-06-10 13:29:05 on branch trunk — Use of export-csv -Append (user: unknown size: 786)

# encoding: ascii
# api: powershell
# title: 
# description: Use of export-csv -Append
# version: 0.1
# type: script
# license: CC0
# x-poshcode-id: 3671
# x-archived: 2012-10-21T16:42:03
#
#
Hi,

I've tried your excellent -Append feature for export-csv and it works good. I've only have a short question. 

Is it possible to make the append to new columns instead of rows? I'd like to combine two csv files as a part of an automation script and then I must get this to work.


Import-csv  C:\Visiolizer\CI.csv | Select-Object * | Export-Csv C:\Visiolizer\Relation.csv -Append

The above work with your source code imported to my $profile, but I'd like to append it to columns. Do you know of any solution?

Would be very thankful for a response

Regards
Erik