I have in a txt file stored the line number that I previously read from a csv file.
Since this csv file can be updated by adding 1 or more lines, how can I read this csv starting from the following line from the last line read up to the last line in the csv file?
Thank you