From: SourceForge.net <no...@so...> - 2010-12-11 23:15:31
|
Feature Requests item #3135344, was opened at 2010-12-11 20:15 Message generated for change (Tracker Item Submitted) made by csrocha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746846&aid=3135344&group_id=140566 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Cristian Sebastian Rocha (csrocha) Assigned to: Nobody/Anonymous (nobody) Summary: Read FPT files Initial Comment: Hello, I've been adding code to allow reading files FPT. Here I attached the diff. To use it you just have to start the Dbf object as follows: table = dbf.Dbf (dbf_filename, fpt_file = open ('table.FPT')) The only problem I can bring problem is if the file block size is different to 64. There needs to be altered set_ftp function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746846&aid=3135344&group_id=140566 |