Community
    • Login

    MultiReplace Now Supports Lookup Files!

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    2 Posts 2 Posters 185 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas KnoefelT
      Thomas Knoefel
      last edited by

      MultiReplace now supports external lookup files since version 4.2.0.22, making it easier to separate long replacement lists from replacement settings.

      Lookups are essential for efficient data standardization, cleanup, and anonymization. Instead of managing everything inside MultiReplace Lists, just reference an external file which is cleaner, more structured, and easier to maintain.

      There are two ways of using lkp. Here’s how it works:

      Lookup File: countries.lkp

      return {
          { {"DE", "GER"}, "Germany" },
          { {"US", "U.S.", "USA"}, "United States" },
          { {"FR", "FRA"}, "France" },
          { "IT", "Italy" }
      }
      

      5eead646-a692-46ba-9c3b-fddfeb420f8a-image.png

      More details can be found here: MultiReplace Lookup Documentation

      Happy Replacing!

      1 Reply Last reply Reply Quote 5
      • Saim AndersonS
        Saim Anderson
        last edited by

        Great update! External lookup files in MultiReplace 4.2.0.22 make replacements cleaner and easier to manage.

        1 Reply Last reply Reply Quote 0
        • Thomas KnoefelT Thomas Knoefel referenced this topic on
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors