I’m trying to get the data from .csv file (Only Last two records) from the file location D:\Teja\Docs\data.csv
and
the data format is
1st record
PRO;SEN_PRO;99;302;2;TOUR-78995;TOU-POIN-7895;2012-11-05 08:00:00+0500;1;2;42.0;51.966375;8.255308
2nd record
PRO;SEN_PRO;100;402;2;TOUR-78995;TOU-POIN-7895;2012-11-05 08:00:00+0500;1;2;12.4;51.966375;8.255308
And so on..
There are number of records
I want only last two record from them.
maybe this can be of some help