Giter VIP home page Giter VIP logo

Comments (2)

NaPs avatar NaPs commented on July 17, 2024

Hi. I finally implemented something which will allow you to do what you want (and many more!). This is a new "rewrite" datasource which allow to modify or create fields based on movies data (or not). This new feature use a Python expression to do its job.

Here is an example of configuration to do what you want with collections:

datasource 'rewrite' {
    rewrite 'collection_name' {
        value = "sub('(?i) collection$', '', movie.get('collection')) if 'collection' in movie else None"
    }
}

You can also replace 'collection_name' by 'collection' to rewrite the field instead of creating a new one. You can check the result with the show command.

Don't forget to do a python setup.py egg_info before to try (to register the new datasource).

from kolekto.

tetraf avatar tetraf commented on July 17, 2024

Wow, great. Thanks.

from kolekto.

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.