Copied to clipboard

Flag this post as spam?

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


  • James Pawsey 10 posts 119 karma points c-trib
    Jan 25, 2017 @ 17:15
    James Pawsey
    0

    Using Related Links when importing from Excel file

    I have a spreadsheet of fields to import and I was wondering how/if I can import into a related link datatype and also to confirm if I can enter nodenames for a content picker delimited by a comma. Any help is greatly appreciated.

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jan 30, 2017 @ 10:16
    Richard Soeteman
    1

    Hi James,

    Sorry for the delay didn't get a notification. But it's not something that's built in but with if you write a Fieldprovider see documentation http://soetemansoftware.nl/cmsimport/downloads it should be possible to set the correct values during import.

    Hope this helps for now,

    Richard

  • James Pawsey 10 posts 119 karma points c-trib
    Jan 30, 2017 @ 11:47
    James Pawsey
    0

    Hi Richard,

    Thanks for the reply, have you got any tips for creating a Fieldprovider for this.

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jan 30, 2017 @ 16:52
    Richard Soeteman
    0

    Hi James,

    If you create a field provider as described in the manual, then in the implementation of the provider you need:

    • To check how the data is stored, I assume csv (best to check the database propertydata table how it's stored)?
    • Look up the content already stored and match based on provided the value
    • Return the related media in the desired format.

    Hope this helps,

    Richard

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies