Earlier I wrote how it’s possible to read/write dbf-files in Ruby-programms.
OK, I didn’t find any class to read/write dbf-files in Ruby. But I found
2 classes to read (only) dbf-files from Python. How could I use these
classes in Ruby (if I could make it at all)?
Earlier I wrote how it’s possible to read/write dbf-files in Ruby-programms.
OK, I didn’t find any class to read/write dbf-files in Ruby. But I
found 2 classes to read (only) dbf-files from Python. How could I
use these classes in Ruby (if I could make it at all)?
IIRC, there’s a couple of projects that bind other languages (lua,
python) to ruby. Not to mention the Cardinal project. Search them on
RAA. Dunno, how stable/flexible they are.
I have tons of dbf data that I have to manipulate here at work. I started
off using Python(several years ago), but dbf manipulation was so slow that
I had to find a better solution. I neded up using dbf2mysql, which does
a fantastic job importing dbf data into mysql. It even allows you to setup
indexes during the import, and it translates the data to native mysql types
on the fly. Note, there are several dbf2mysql projects, the one I’m talking
about is written by the authors of Mysql, and it’s available here:
Earlier I wrote how it’s possible to read/write dbf-files in Ruby-programms.
OK, I didn’t find any class to read/write dbf-files in Ruby. But I found
2 classes to read (only) dbf-files from Python. How could I use these
classes in Ruby (if I could make it at all)?
Thanks for your advice. As I understand it runs under Unix (I read the
readme file, author wrotes there about compiling under Solaris). Does it
exist under Windows?
I have tons of dbf data that I have to manipulate here at work. I started
off using Python(several years ago), but dbf manipulation was so slow that
I had to find a better solution. I neded up using dbf2mysql, which does
a fantastic job importing dbf data into mysql. It even allows you to setup
indexes during the import, and it translates the data to native mysql types
on the fly. Note, there are several dbf2mysql projects, the one I’m talking
about is written by the authors of Mysql, and it’s available here:
Earlier I wrote how it’s possible to read/write dbf-files in Ruby-programms.
OK, I didn’t find any class to read/write dbf-files in Ruby. But I
found 2 classes to read (only) dbf-files from Python. How could I
use these classes in Ruby (if I could make it at all)?
IIRC, there’s a couple of projects that bind other languages (lua,
python) to ruby. Not to mention the Cardinal project. Search them on
RAA. Dunno, how stable/flexible they are.
Thanks for your advice. As I understand it runs under Unix (I read the
readme file, author wrotes there about compiling under Solaris). Does it
exist under Windows?