Git Product home page Git Product logo

fp5dump's People

Contributors

dlundgren avatar qwesda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fp5dump's Issues

UnboundLocalError in fp5file.py in function get_field_index

Current Line 776

    def get_field_index(self):
            ....
            else:
                print("unhandled field id in field type index", field_id)
   ...

Correct Line 776

    def get_field_index(self):
            ....
            else:
                print("unhandled field id in field type index", field_id_bin)
   ...

Test files with different encodings?

Hi! I've been working on a C library (fmptools) to read in FileMaker databases of all vintages. One issue I'm running up against is the text encoding of FP3/FP5 files. A couple of questions:

  • Do you know whether there's a field in FP5 indicating the encoding? (And do you know positively if there's NOT such a field?)
  • Do you have any test files with known, different encodings? (All of my test files appear to be MacRoman.)

Any tips / pointers appreciated. Thanks!

Missing method

Running fp5dump -v dump-records ARTIKEL.fp5 throws an exception.

...
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/fp5dump-0.2.0-py3.4.egg/fp5dump/fp5file/psqlexporter.py", line 116, in run
    for record_tokens in self.fp5file.get_sub_data_with_path(b'05', first_sub_record_to_export=self.first_record_to_process):
AttributeError: 'FP5File' object has no attribute 'get_sub_data_with_path'

invalid locale

Hello,
i have a problem with this script using dump-records. every other action works but thsi one not. It always says ERROR invalid local.
I tried do use the "--locale=de_DE" option but its still the same also with other country codes. Do you have any idea? I do this at work so my computer is a windows 10 enterprise.
Errorfp5dump

Maybe you can help me thank you very much Paul

Installation is incomplete

OSX 10.6, Python 3.4.3 32-bit intel
After installation on py3.4.3 the library folder 'fp5file' was not installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.