Hi

I am Dhanda

I have one issue .I have one CSV file and one Excel file .I want to compare these two files and get report in unix through perl script.

csv file has req.id column and value column . Excel sheet has value column.

I take value from csv file and compare with Excel sheet if matches i'll put the id to end of column or prepare report other excel format or csv format.
...