I have a csv file containing firstname,lastname,emailid columns and values.
And i have a table with column names firstname,lastname,emailid,phonenumber [table name cust_details]
Now i need to read the csv file and based on the column names mentioned in the csv file, i have to insert those particular column values in the csv file to my table cust_details.
Please guide me.