I have a csv file and need to fetch the last row nth column value.So i have two queries on the same which are
- how to do the same ?
- does it internally loops for all the records in the csv all the way
down to the last row to fetch the data as in that case i think we will
have some performance issues if its a large csv file.
Thanks