Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • SlothMonkey 17 posts 56 karma points
    Feb 05, 2015 @ 12:25
    SlothMonkey
    0

    Filling out dropdown list datatype from csv file

    How can I fill out a drop down list datatype from a csv file I upload in to my umbraco back end?

    I can't manually do this at the values need to able to change without someone spending hours adding in each one by hand.

  • Tobias Klika 101 posts 570 karma points c-trib
    Feb 05, 2015 @ 23:38
    Tobias Klika
    1

    You could try to use nuPickers https://our.umbraco.org/projects/backoffice-extensions/nupickers

    This doesn't implement CSV, but JSON, XML and more. You can convert your CSV easily to JSON and XML (just search for an online tool or something or write it yourself :-) ).

    If you want a ready-to-use datatype for CSV, you will have to write it yourself!

  • Valerie 67 posts 163 karma points
    Feb 06, 2015 @ 16:59
    Valerie
    0

    Can vouch for nupickers, it's great. Though we currently can't get it to work when debug is set to false...

Please Sign in or register to post replies

Write your reply to:

Draft