View previous topic :: View next topic |
Author |
Message |
Moriah Advocate
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Mon Jan 13, 2025 5:42 pm Post subject: software to read visual foxpro database files. |
|
|
I am looking for a way to read some ancient visual foxpro files. Googliing around tells me that it is the same format as dBASE-II and friends, so called xbase files. I tried to install the python dbf package, but pip will not connect to the necessary reporitory for me. probably a company firewalling issue. I don't know. I also read that openoffice can read these files, but openoffice no longer shows up when I do an emerge -s looking for it.
Can anyone suggest a way to read these files? It would be great if I could export them to a csv format... _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character.
Last edited by Moriah on Thu Jan 23, 2025 12:11 pm; edited 1 time in total |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1854 Location: Germany
|
|
Back to top |
|
|
Moriah Advocate
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Thu Jan 23, 2025 12:10 pm Post subject: |
|
|
Thanks for the suggestion. Yes, libreoffice's calc spreadsheet tool is able to directly read *.dbf files and save them as *.csv files. In addition, libreoffice has the ability to operate in a batch mode to perform such a conversion on a set of files directly from a scriptable command line invocation. This was extremely helpful in my recent work on a collection of about 350 *.dbf files I needed to mine data from. _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character. |
|
Back to top |
|
|
|