Skip to content
Advertisement

Join Two csv file to one Csv file Based matching Column

I have 2 csv file,

first.csv

JavaScript

secound.csv :

JavaScript

I need to join this two csv file , if name are matching then, “Text” filed to add in first.csv file.

output.csv

JavaScript

Suggest me how to do this in php or linux cmd.

Advertisement

Answer

This should work.

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement