Hi,
I'm struggling for merge 2 large CSV file, the 2 file have a column with same information and will use this a key :
file1***
star,moon, car, house
file2,
cat,dog,horse,star
target result file:
star,moon,car,house,cat,dog,horse
would appreciate any help for this. I'm running Perl using windows
thanks.
I'm struggling for merge 2 large CSV file, the 2 file have a column with same information and will use this a key :
file1***
star,moon, car, house
file2,
cat,dog,horse,star
target result file:
star,moon,car,house,cat,dog,horse
would appreciate any help for this. I'm running Perl using windows
thanks.