i have csv file with three fields(length,height,width).i want to read these values line by line and update these values in database.how to read the file line by line and update these values in data base.
we can use "load In file" query to update entire file to db.but i want to update the modified values from csv to db.so how to read file line by line and update these values.?