I'm trying to figure out How to write if eof
in python for dbf files ? I know python doesn't use eof but I'm trying to read records from a dbf file.
Asked
Active
Viewed 51 times
0

tdelaney
- 73,364
- 6
- 83
- 116

user13470314
- 27
- 1
- 8
-
1`read` or `readline` return an empty string on EOF. Is that what you need? – tdelaney Jun 03 '20 at 17:12
-
Do read and readline work for dbf files? – user13470314 Jun 03 '20 at 17:13