<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bgbm.org/rebind_documentation/index.php?action=history&amp;feed=atom&amp;title=Export_dBase_Data</id>
	<title>Export dBase Data - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bgbm.org/rebind_documentation/index.php?action=history&amp;feed=atom&amp;title=Export_dBase_Data"/>
	<link rel="alternate" type="text/html" href="https://wiki.bgbm.org/rebind_documentation/index.php?title=Export_dBase_Data&amp;action=history"/>
	<updated>2026-07-18T04:42:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.bgbm.org/rebind_documentation/index.php?title=Export_dBase_Data&amp;diff=560&amp;oldid=prev</id>
		<title>AgnesKirchhoff: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.bgbm.org/rebind_documentation/index.php?title=Export_dBase_Data&amp;diff=560&amp;oldid=prev"/>
		<updated>2014-11-10T16:59:37Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:59, 10 November 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>AgnesKirchhoff</name></author>
	</entry>
	<entry>
		<id>https://wiki.bgbm.org/rebind_documentation/index.php?title=Export_dBase_Data&amp;diff=559&amp;oldid=prev</id>
		<title>DavidFichtmueller: initial version</title>
		<link rel="alternate" type="text/html" href="https://wiki.bgbm.org/rebind_documentation/index.php?title=Export_dBase_Data&amp;diff=559&amp;oldid=prev"/>
		<updated>2012-11-09T17:04:24Z</updated>

		<summary type="html">&lt;p&gt;initial version&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This article describes how to export data out of a dBase Table File (*.dbf). For details about the file format see [http://www.nationalarchives.gov.uk/pronom/x-fmt/9] and [http://www.digitalpreservation.gov/formats/fdd/fdd000325.shtml].&lt;br /&gt;
&lt;br /&gt;
=== Opening the data with Libre Office ===&lt;br /&gt;
It is possible to import *.dbf files into Libre Office (or Open Office) Calc or Base: http://help.libreoffice.org/Calc/Importing_and_Exporting_dBASE_Files . Libre Office will try to recognize the character encoding of the data and preselect this option in the import window. Once a file imported, it can be saved in/exported to a variety of different formats. &lt;br /&gt;
&lt;br /&gt;
=== Importing the data directly into a mySQL database ===&lt;br /&gt;
Alternatively the data can directly be imported into a running mySQL database using the linux program &amp;lt;code&amp;gt;[http://manpages.ubuntu.com/manpages/lucid/man1/dbf2mysql.1.html dbf2mysql]&amp;lt;/code&amp;gt;. Importing the data directly however could cause some problems with the character encoding for non ASCII characters.&lt;br /&gt;
&lt;br /&gt;
If the mysql server is already running, the following commands will import the data:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
user@linux:~$ mysql -u root -p&lt;br /&gt;
mysql&amp;gt; create database database_name;&lt;br /&gt;
mysql&amp;gt; exit&lt;br /&gt;
user@linux:~$ sudo apt-get install dbf2mysql&lt;br /&gt;
user@linux:~$ dbf2mysql -vvv -c -f -d database_name -U root -P password DATA_FILE.DBF &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
The data can then be exported using &amp;lt;code&amp;gt;mysqldump&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
user@linux:~$ mysqldump -u root -p database_name &amp;gt; data_export.sql&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>DavidFichtmueller</name></author>
	</entry>
</feed>