Keyword replacement

I would like some keyword replacement feauture. Where I should be able to specify what to be replaced with what. Lets say I give Bridge a txt file with the format like this
player14 Niklas Andersson
Then in the keywords and description as well if I enter player14 it should replace with Niklas Andersson.
I would like this to be built in or with an extension, it would be so much easier when working with sport images in bridge when I can't remember all players name and just got a number.
EDIT: Or does anyone know any god howtos on how to write bridge extension and I could try to write something myself. But I dont know anything about bridge extensions.

This might help you. Keyword Replace/Remove (CS3 or CS4 ONLY)
http://photoshoptechniques.com/forum/showthread.php?p=218928#post218928

Similar Messages

  • STOP keyword replacement in SAP ECC 6.0

    Hi,
    Can anyone please suggest me the replacement for the STOP keyword?
    EXIT seemed like an option but as per the documentation, the STOP statement takes the control to the END-OF-SELECTION event whereas the EXIT will terminate the program.
    I need the code in the END-OF-SELECTION event to be executed.
    Please advice me on this.
    Regards
    s@k

    Hi,
    you can still use STOP command in NetWeaver 7.0. It's only marked as obsolete. Obviously, it's supported in  ABAP objects because ABAP Objects don't support events and logical databases. Basically, event END-OF-SELECTION is useful only for logical databases, there is no need for it in normal reports. You can put your code at the end of event START-OF-SELECTION. I don't understand why developers user event END-OF-SELECTION in programs where they don't use logical databases. You should have not any problems to refactor your code to avoid using of command STOP with help from EXIT command.
    Cheers

  • Using PVCS keyword replacement with LabView

    Has anyone tried using "fixed keyword expansion" with LabView? There is feature that you can use to replace text strings in a binary file but I've not been able to make it work for a VI.

    > Has anyone tried using "fixed keyword expansion" with LabView? There
    > is feature that you can use to replace text strings in a binary file
    > but I've not been able to make it work for a VI.
    I don't think that is going to work. PVCS has no way to know about the
    offsets and size fields located in a given VI. I'm not familiar with
    the option you are asking about, but my suspicion is that it is
    specifically designed for a particular resource format or EXE format.
    If you are looking for a solution to translate strings in a VI, there
    are menu items under Tools>Advanced for Exporting and Importing strings.
    The file format is pretty readable for hand translating, and pretty
    easy to parse if you want to extract the strings to another form,
    translate, an
    d rebuild.
    Greg McKaskle

  • A question about keyword "REPLACE"

    I have a section of codes like below.I want the replace statement to make the test2 into "send from kevin".
    But unfortunately I got "send from     kevin".To many spaces, you see.
    So how can I got the right replacement?
    Thanks for your help
    REPORT  ZBOB01.
    DATA test1(10) TYPE C VALUE 'from'.
    DATA test2(20) TYPE C VALUE 'send && kevin'.
    REPLACE '&&' WITH test1 into test2.
    WRITE test2.

    Hi,
    Plz try this,  we need to make test1 size to 4.
    REPORT  ZBOB01.
    *DATA test1(4) TYPE C VALUE 'from'.*
    DATA test2(20) TYPE C VALUE 'send && kevin'.
    REPLACE '&&' WITH test1 into test2.
    WRITE test2.
    This will help.
    plz reward if useful.
    thanks,
    dhanashri.

  • Add common keyword quickly across multiple images?

    Is there a way to quickly add a common keyword across multiple selected images via simple text entry into the Metadata Panel or File Info dialogue - without loosing the existing multiple keywords?
    I can use the keyword panel but this takes longer to add the keyword, and requires removing misc keywords that in most cases I don't want to keep and clutter up the panel.
    For example, I have 3 images selected each with a single keyword "dog", "cat" and "horse" respectively.
    I want to add a common keyword "animal", eg so that the first image now has two keywords  "dog" and "animal".
    The problem with the two methods above is that:
    Metadata panel will remove the existing multiple keywords, replacing them with only "animal" in each image
    File Info will either do the same (if all existing keywords are highlighted), or if adding the new keyword, combine everything into each image so that each one has "dog", "cat", "horse", and "animal".
    Maybe I'm missing something obvious but it doesn't seem intuitive for what I would expect to be a common requirement.
    Thanks

    How about to use Metadata Template to append the keyword that you want to add to multiple selected images?
    First create a Metadata Template with the common keyword input. And then select the all the images you want to add the keyword and then append the prepared Metadata Template.

  • Filter for NOT [keyword]?

    I cannot find any DIRECT way to Library Filter for photos NOT containing a particular "keyword."  The work-around through Text/Keywords/Don't Contain doesn't work for me because many of my "keywords" contain spaces (multiple "words").  Since there doesn't seem to be any "quotation" option in the text-search box, what I get is a search that ORs together each "word" of my multi-word "keyword."
    I've discovered that I can get around this problem by first making a Quick Collection from all of my positive filter criteria, then selecting the photos from that Quick Collection with the undesired (negative) "keyword" (for example, by clicking on one of my "keywords" in the Keyword List/Filter Keywords column), and finally removing these selections from the Quick Collection.
    Alternatively, I can Rename my "keywords," replacing all spaces with hyphens, underscores, or whatever, and then use the Text/Keywords/Don't Contain filter.
    There should be a more direct method.  Am I missing something? -- JClarkW

    I'm afraid you didn't understand the OP right.
    He has 3 images with the following keywords:
    aaa
    bbb
    "aaa bbb"
    He wants to exclude #3 only. He doesn't want to exlude neighter #1 nor #2.
    Your method will exclude:
    !aaa - #1 and #3.
    !bbb - #2 and #3.
    !aaa !bbb - #1, #2 and #3.
    So, it doesn't work. With the current search implementation it is impossible to achieve what the OP wants.

  • Regd:Keyword search

    Hi,
    When i am searching for tables it should give me the result for (table and tables both).
    My logic is:
    String kw = "";
    if(keyword.endsWith("s"))
    keword = keyword.replace('s' , ' ')
    kw+ keword;
    But this is going to give results for table , but not tables.
    I need results of both tables + table when in give tables as a keyword.
    Thanks,
    Sabitha

    replace line
    keword = keyword.replace('s' , ' ')
    with
    keword = keyword.replace('s' , '')
    Hrishikesh

  • Documentation on IC Webclient e-mail templates for responding with...

    I have not seen anything on using e-mail templetes to respond with. I'm particularly interestin on a link to a cookbook that might cover this subject and also on what keywords (replacement words) can be used as standard within the template.
    Anyone?.

    Hello Gary,
    Which CRM version are you working with? The reason I ask is that the tool for creating mail forms (email templates) works a bit differently after CRM 2005.
    However, regardless of release you can find good documentation on SAP help under the topic "Personalized Mail" [Personalized mail|http://help.sap.com/saphelp_crm70/helpdata/EN/e4/024379bca04ad7ba3179d65e7ebd68/content.htm] and the sub-topics "Mail Forms": [Mail Forms|http://help.sap.com/saphelp_crm70/helpdata/EN/29/3ea450ad734304903f235f1e426c0d/content.htm] and "Working with Attributes": [Working with Attributes|http://help.sap.com/saphelp_crm70/helpdata/EN/2b/59dc46c50911d3b29b0050da3ee986/content.htm]
    These mail forms can be used manually by agents in the Interaction Center (via the Standard Response feature in the Email Editor) as well as in ERMS for automated responses. The mail forms can also be used outside of the Interaction Center, for example when sending email blasts for a marketing campaign. Please let me know if you have any other, more specific questions.
    Best regards,
    John

  • Referencing images within a .js file

    Hello,
    I have a DHTML menu I want to use in my Html DB application -- and it uses a graphic. I have uploaded the static .js file as well as the image to the repository. But the image is not showing up (it is referenced within the .js file). Do you use the same reference WITHIN a .js file as within the html? Here is an example snippet from the .js code:
    pagebgcolor="#82B6D7";
    pagecolor="black";
    separatorcolor="#2D729D";
    separatorsize=1;
    ------------------------------>>>>subimage="#WORKSPACE_IMAGES#arrow.gif";
    subimagepadding=2;
    Thanks,
    Jeff

    Just for reference, I'd imagine you can't use #VARIABLE# substitutions within javascript files.
    Since HTMLDB probably does keyword replacement as it reads the information to render a page, and since your javascript file is in it's own file and not output by HTMLDB, I'd imagine it would have no connection to HTMLDB's keyword substitution rendering the use of #NAME# replacement useless.
    Again the above only holds weight if the javascript is in it's own file. If you're placing the javascript in a field in HTMLDB somewhere I'd imagine that at some point HTMLDB would make the substitution.

  • File generation at runtime

    I am working on a mobile web application and I would like to auto-generate a CSS upon user login such that certain customizable LAF (i.e. font-size, font-family, color, background-color, etc) components will be specific to the person who has logged in.
    Has anybody done anything with CSS generation at run-time and can offer some direction for me - maybe some online documentation or even a third-party API for CSS file generation.
    Thanks!
    Tonya

    Thanks,
    I guess I was just looking for best practices on generating a file at runtime for immediate use like that. I would really like to have an existing CSS that just has some size and color properties with a value that is indicated by some kind of keyword... i.e.
    span.myClass {
    font-size: $fontSize;
    color: $fontColor;
    And then at runtime I can just replace the $keyword with the value I get from the database - something like that.
    I was hoping something was out there already that can do that kind of keyword replace at runtime for any generic file - not necessarily CSS in particular. And I could just create some kind of XML mapping for that replacement.
    I suppose it shouldn't be too hard to have a regular expression replace on a file, but every minute I can save if it's been done already really helps right now.
    Thanks for your feedback, I appreciate it.

  • Why has my Mozilla home page changed to MP3Tube. I NEVER use music so would not have wittingly downloaded MP3

    Suddenly both my Mozilla and Explorer hime pages are overtaken by MP3Tube and something called INBOX
    I have tried to remove them but cannot find them in my control box.
    Can you help Please?
    Pruthc

    If you are like me and tried all of the usual options (i.e. uninstall, tools -> Add-ons, searching the registry, about:config) and none of them worked then you need to modify two files in the profile config for Firefox.
    You can find this typing "%APPDATA%\Mozilla\Firefox\Profiles" in run (Win 7 - might be the same for others).
    now in the subfolders search for "prefs.js" & "user.js".
    Open these files (you have to edit both files) in a text editor and search for the "keyword.url" and you will find the following:
    user_pref("keyword.URL", "http://mp3tubetoolbarsearch.com/?prt=pinballtb02ff&Keywords=");
    Replace with (if you want google):
    user_pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
    Hope that helps and saves people all the frustration I had!
    Carlo

  • How can I remove one keyword, or replace?

    I have added one particular keyword to a group (000's) of images (each of those photos have multiple keywords associated with them), and it turns out I need to delete that one keyword. I use the same keyword correctly in lots of other images.
    I am sure there is a very easy way to do this I am overlooking...if someone could point me in the right direction that would be great.
    Also, is there a quick way to take a group of images that have the same keyword and replace that keyword with a different one (ie replace 'Surgeon' with 'Doctor' for a large group of selected images, but leave 'Doctor' as a keyword for another group of images in the library)?
    Thanks!

    If you delete or rename a keyword then it affects the whole library, so that will not solve your problem.
    If you have a way of selecting all of the images with the wrong keyword (or all the images with the keyword correctly applied) then there is a way.
    Create a keyword set called Mistake and add the keyword to that set. Display that keyword set at the bottom of the screen. Now select all of the images that have that wrong keyword and Shift click the button with that keyword at the bottom of the screen. That will remove the keyword from those images.
    See the following for more keyword info that may help:
    http://homepage.mac.com/bagelturf/aparticles/metadata/msets/msets.html
    http://homepage.mac.com/bagelturf/aparticles/metadata/keyneg/keyneg.html

  • How to Replace All the Bridge CS6 Stock Keywords With Bridge CS5 Keywords

    I have CS6 working in a different computer than the one that houses CS5. Bridge CS6 can read CS5 keywords when it opens an "old" photo but it has none of its own (besides the stock ones that came with the program). How can I replace all the stock CS6 keywords with the keywords from CS5?

    Have you tried the Import/Export options from the tiny menu at the top-right of the Keywords panel?

  • How do I replace Aperture Keywords?

    My keyword list was getting to be a mess, so I exported the thing out and used TextWrangler to create a new hierarchical list.
    The problem is that I don't know how to replace my old mess with the new text file. I tried using Import, but that just my new file to the existing mess. How do I remove the old stuff and then Import my new list using Aperture 2.1?

    If you remove an item from the Keyword list it will be removed from all items in your library (or at least APerture should ask you if you want it that way)
    if you move a keyword or rename it, it will also apply that change to all photos with that keyword.
    And if you have two keywords which are the same, but are at different hierarchical places and you move one to the same place as the other, Aperture will ask you if you wish to combine them and then apply those changes tot he appropriate images.
    you should be able to use these function i an effective way to reorganize your list all.

  • Replacement for keyword manager

    Has anyone found a plug in to replace Keyword Manager for iPhoto 9 and 11?  I don't want to upgrade to Lion until I have a replacement that will help me search for my library of 60,000 photos. 

    For GTK based environment I use pamac-aur. Simple packet manager, update manager and update notifier (in fact for update notification I use aarchup with systemd timer scheduling)

Maybe you are looking for