Giter VIP home page Giter VIP logo

Comments (3)

nithinrdy avatar nithinrdy commented on June 17, 2024

Hey @harinij, mind if I take this up?

The field name conversion takes place here (i.e. from myURL to myUrl, for example).

However, I don't think removing the conversion (so the field key stays the same as the actual column name) is the right solution. The fact that the the field key is customizable by the user (when initially creating the column manually), means that no standard conversion (camelCase, or otherwise) -- or even no conversion at all -- is guaranteed to work in every case.

  • One option is to remove the user's ability to manually change the field key when creating columns -- so the key would always be the column name in camelCase form. Then we can always obtain the field key using the same conversion.
  • Another option is to allow the user to manually enter/change the field keys at the time of importing a CSV, as part of the import CSV wizard.

The latter option is obviously a lot more flexible and gives the users greater control. Please do let me know if I missed something.

from rowy.

Related Issues (20)

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.