Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #103797

Re: convert Dbase (.dbf) files to SQLite databases

Path csiph.com!feeder.erje.net!2.eu.feeder.erje.net!newsfeed0.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail
From Ethan Furman <ethan@stoneleaf.us>
Newsgroups comp.lang.python
Subject Re: convert Dbase (.dbf) files to SQLite databases
Date Tue, 01 Mar 2016 08:39:14 -0800
Lines 16
Message-ID <mailman.70.1456850292.20602.python-list@python.org> (permalink)
References <7c5n8kF25pc8bU1@mid.dfncis.de> <mailman.3145.1247654594.8015.python-list@python.org> <419cc0e0-3a78-4906-8420-c12ce2684bef@c36g2000yqn.googlegroups.com> <aea40346-e61d-4d70-8b83-08122456e1ee@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de cCtqXgJP3dMOsTooXjpHTQLIxH0RPVYWyJjsM1PWD0ZQ==
Return-Path <ethan@stoneleaf.us>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'needed,': 0.05; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'subject:files': 0.09; "john's": 0.16; 'memo': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'soon-to-be': 0.16; 'fairly': 0.22; 'nearly': 0.23; 'header:In- Reply-To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'long.': 0.29; 'robust': 0.29; '~ethan~': 0.29; "can't": 0.32; '[1]': 0.32; 'subject:) ': 0.32; 'url:python': 0.33; '2009': 0.34; 'handle': 0.34; 'files,': 0.35; 'unicode': 0.35; 'should': 0.36; 'instead': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'drop': 0.38; 'stuff': 0.38; 'several': 0.38; 'whatever': 0.39; 'to:addr:python.org': 0.40; 'waiting': 0.60; 'your': 0.60; 'john': 0.61; 'charset:windows-1252': 0.62
User-Agent Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
In-Reply-To <aea40346-e61d-4d70-8b83-08122456e1ee@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:103797

Show key headers only | View raw


> Il giorno mercoledì 15 luglio 2009 18:30:29 UTC+2, John Machin ha scritto:

>> If dbfpy can't handle any new-fangled stuff you may have in your
>> files, drop me a line ... I have a soon-to-be released DBF module that
>> should be able to read the "new" stuff up to dBase7 and VFP9,
>> including memo files, conversion from whatever to Unicode if
>> needed, ...

Or you can use my dbf module [1] which has been in the wild for several 
years now and is fairly robust instead of waiting for John's module 
which has been in the "soon to be released" category for nearly as long.

--
~Ethan~

[1] https://pypi.python.org/pypi/dbf

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: convert Dbase (.dbf) files to SQLite databases starkwedder2009@gmail.com - 2016-03-01 05:36 -0800
  Re: convert Dbase (.dbf) files to SQLite databases Ethan Furman <ethan@stoneleaf.us> - 2016-03-01 08:39 -0800
  Re: convert Dbase (.dbf) files to SQLite databases Ethan Furman <ethan@stoneleaf.us> - 2016-03-01 08:49 -0800
  Re: convert Dbase (.dbf) files to SQLite databases Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-01 21:08 -0500
  Re: convert Dbase (.dbf) files to SQLite databases Ethan Furman <ethan@stoneleaf.us> - 2016-03-01 20:37 -0800

csiph-web