-
Would be nice to have a basic parser for dBase (.dbf) files in case the dbase extension is not installed.
- https://pecl.php.net/package/dbase
-
Code:
```
use dbase;
fn main() {
let mut reader = dbase::Reader::from_path("SAL.dbf").unwrap();
for record_result in reader.iter_records() {
if let Ok(record) = record_result {…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…
-
```
Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.),
and ability to save back to/export as .dbf.
I've attached a sample shapefile set.
Eric Jarvies
```
Original issu…