Copied to clipboard

Flag this post as spam?

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


  • Bernardo 4 posts 56 karma points
    Feb 12, 2015 @ 14:43
    Bernardo
    0

    Merging two fields into new one

    Hello,

    Let's say I have 3000 pages and all of them are using the same Document Type with 2 fields.

    but now I need to merge the content of these fields into a third field. I'm not interested in preserving the format, I just want to concatenate them.

    Does exist a package to make this kind of work?

    NOTE: I'm using Umbraco 4.7.0

     

    Thanks

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Feb 13, 2015 @ 16:32
    Alex Skrypnyk
    0

    Hi Bernardo,

    No, there are no such package for that. You can create 3rd field manually and then concatenate all data into it. It's not hard task.

    Thanks

  • Bernardo 4 posts 56 karma points
    Feb 13, 2015 @ 17:14
    Bernardo
    102

    Okay, thank you

    I've decided to use this documentation https://our.umbraco.org/documentation/reference/Management/Documents/ to do it programmatically.

  • 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