I have a csv file with two columns in it. “Customer” column and “Alias” column.
I have also Powershell script that as a result create Table Output. One of the column in that table matches Alias cloumn from csv file.
Now what I would like to do is to add “Customer” column to my PS table – by using values from csv file.
I would like to map table from csv file with my PS table output by using Alias coulmn which is present in CSV and in PS table.
Example: Row in Powershell table has in alias column vaule “ABC”, in CSV file Alias “ABC” is associated with “Customer A” in “Customer” coulmn.
I need a script that will extract csv values and map them with vaules from my PS table.
Angie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.