I am already using Ben Nadel's function to read the csv file and storing it in a query and then displaying it from query.everything works fine.
But as i said the contents to my file are getting updated every 20 -30 mins ie.,data is appended to the .file constantly.now how can a new task identify which line got appended newly so that that rows can be inserted to the database ?