Git Product home page Git Product logo

Comments (2)

OJacot-Descombes avatar OJacot-Descombes commented on July 19, 2024 1

The dBaseIV standard for field names defines a maximum length of 10 characters, all capitals, with no blanks or special characters other than the underscore. So probably an exception should be thrown if the maximum length is exceeded.

from fastdbf.

emirpasic avatar emirpasic commented on July 19, 2024

perhaps an exception would probably be the right approach, however given the current behavior this might break other projects using this library. at least a warning would suffice for now.

on other projects dealing with this kind of issues, we had better experience with trimming the headers' names, in case of duplicates, append windows-style "~1", "~2", "~3", suffixes.

in case of some gdal tools, they simply just trim the header and log a warning.

from fastdbf.

Related Issues (14)

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.