Type: Python module or package
File:lino:src/lino/tools/dbfreader.py
Refering articles:
- DbfReader converts empty strings to None (24.09.05) — dbfreader now converts empty strings from CHAR and MEMO fields to None values. This is an aggressive change in DbfReader's API, but this is more consistent with adamo's style. Adamo simply refuses to take empty strings or strings with trailing spaces.
- Loaders for Pinboard (09.07.05) — Started to write loaders for Pinboard. New files loaders.py and demo/pinboard_timwebs.py. DbfMirrorLoader is now a Task. more