Hi everyone,
I have a fairly simple problem, but having not used python in awhile, I just can't seem to get things working.
Basically, I have a text file with a number of comma separated fields (attached).
What I want to do is split the string, and extract the "File" item from each line. I then need to write this to a new file. (I also want to skip the first line.)
So my desired output file would just have:
2008308_017_079.tif
2008308_017_080.tif
2008308_017_081.tif
etc...
If anyone out there could help me with this, I'd be very grateful!