Giter VIP home page Giter VIP logo

Comments (5)

bmihelac avatar bmihelac commented on May 15, 2024

Hi, it looks like we should use attribute_name instead of column_name. attribute_name:

method = getattr(self, 'dehydrate_%s' % field.column_name, None)

I have to test this, but would appreciate if you can test that this work for your case.

regards

from django-import-export.

pwr905 avatar pwr905 commented on May 15, 2024

That was my initial thought, too, but attribute_name might be blank, and that led me down the road of testing for a value. Given that I wasn't too familiar with the internals of import_export, the replace seemed an easier fix at the time.

Also, the use case for me is generating an export report (of sorts) for non-technical users, and being able to specify the column name in a very verbose way (i.e. more descriptive than what I name my attributes) is a requirement.

from django-import-export.

bmihelac avatar bmihelac commented on May 15, 2024

@pwr905 I am almost sure that attribute_name should be used in dehydratebut I will have catch some time to dig in code and test it does not break anything.

from django-import-export.

bmihelac avatar bmihelac commented on May 15, 2024

In https://github.com/bmihelac/django-import-export/compare/fix-36-use-field-name-for-dehydration branch is a change that uses field_name for dehydrating fields.

field_name is assigned when Resource is declared.

Example of use is in tests:

https://github.com/bmihelac/django-import-export/blob/d73c05641eafe52d7904ec0c53737ce195795a00/tests/core/tests/resources_tests.py#L181

Does this solve issue stated above?

from django-import-export.

pwr905 avatar pwr905 commented on May 15, 2024

Sorry for the delay, been really busy. Will test it out in the next few days and let you know.

from django-import-export.

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.