Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Code of CSV Concatenation.

$
0
0

I have a CSV file with ";" separated values. 

Wanted to write a logic which will read these separated values and append the concatenation as the 4th value.

A;B;C

X;y;z

Output to a different file would be like as below. 

A;B;C;ABC

X;y;z;XYZ

Any pointers pls. 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles