Import keywords delimiter question

In gallery mode I specify multiple keyword by clicking buttons and check boxes --no problem there.  But what is the trick to manually typing in multiple import keywords without the program concatenating them into a new unwanted keyword?   Is it some sort of delimiter character?

Pipe "|" or ">" .
"|" would be in you want to enter GrandParent | Parent | Child
">" would be in you want to enter Child > Parent > GrandParent
John

Similar Messages

  • Import keywords from database

    I have found the parent XML file that contains my keywords (Adobe Bridge Keywords.XML). Is it possible to add additional files that contain keywords (eg. Adobe Keywords 2.xml) without affecting the existing lists of keywords?
    I have found the ability to import keywords via the keywords panel and a tab delimited file, but I would prefer an XMl format or database structure in which I could preserve the hierarchical (or relational) structure of the keywords sets.
    Is this possible? I am not afraid to write some script if necessary or to learn some XMP coding if necessary but it doesn't seem like it should be that difficult since the keywords seem to simply be xml files.
    Thanks for any suggestions!
    Jordan

    How can statement
    > IMPORT LAST_NUM
    >              PAKOM_TAB
    >              FROM DATABASE COIX_DATA40(KC) ID ID.
    leave the question open
    > Could anyone help me out in finding out from where the internal table PAKOM_TAB is getting filled.
    Thomas

  • Importing Keywords from other DAM Software (Cumulus)

    Hi,
    A client is currently switching from analog to digital photography. She is a professional garden photographer. The switch to digital photography comes along with establishing a raw processing workflow and therefore she is impressed with Lightroom's integration of DAM and raw processing.
    Before she was filing her large portfolio of color slides, inside a Cumulus image database, using small scans of her slides for orientation in the database and creating contact sheets for her clients. In the Cumulus database she has established a large hierachical keyword vocabulary, containing flower and plant species, their genus, family, order, class, phylum etc., you probably know what I mean. Some of the keywords have associated synonyms.
    The new Lightroom catalog will only contain the new digital images, so that the old images from the Cumulus database will not be migrated into the new Lightroom catalog. Of course the client wants to import the Cumulus keyword hierarchy into the Lightroom catlog.
    I have the following questions now:
    1.) Is there a *practical* (I do not mean technical) limit to the amount of keywords Lightroom can handle (speed)?
    2.) How can we import a keyword vocabulary from an external program into Lightroom? Is there any base format, such as CSV, which we could use? The Cumulus version the client uses does not support XMP, and since XMP only relates to a particular image, that would not help anyway. Where is the keyword vocabulary stored? Has somebody experience with such a migration issue?
    3.) I have notice that Lightroom supports synonyms to keywords. However, I have not found any way to use them. My impression was that they were not regarded in keyword or text-based searches. Maybe I overlooked something.
    So, I hope anybody has some ideas.
    Kind regards
    Thomas Gülden
    Hof, Germany

    Hi
    I try to give you few brief answers.
    1) I have almost 1000 keywords (including synonyms) and I don't have problems. But at least some previous versions of Lightroom were unusable with controlled vocabularity keyword set which contains something like 11000 keywords. I haven't recently heard any comments about large quantity of keywords. So someone with more experience should comment on that.
    2) You can import keyword hierarchy to Lightroom from text file. File should have keywords in tab intented hierarchy, with one keyword in line. If I recollect correctly the file should be in UTF-8 character set (this is important if you have some non ascii characters in keywords). Synonyms are marked with {} and keywords that are not exported with [].
    3) Synonyms are written as keywords when images are exported. As far as I know current search tool does not support synonyms (yes, this is weird).
    Hope this helps at least a bit.
    Jukka,
    Finland

  • Importing Keywords from CS2 to CS4

    I notice in CS4 Extended (Trial) that one can import Keywords. I still have CS2 will all it's files on the same system and was wondering what the name of the CS2 file is that I can import existing Keywords from.
    Thank you!

    Personally,I don't think is a strange question, mainly because I will be in the same position soon. If I understand correctly, you are concerned that you wont be able to install CS4 64bit if you have to install CS2 first. Is that correct?
    If so, I'm in the same boat. I assume that it will be possible as it is possible to run CS2 in 64bit mode.

  • Compare 'Folder tags' to imported Keyword Tags

    I have asked questions about thumbnails in PSE11 that aren't being correctly displayed ,but I have yet to get any answers.
    I though perhaps I should breakdown the problem into easier component to see if I can get to understand just what is going on & be able to fix the problem myself.
    For instance if I open the 'My Folders' I see a list of file names that correspond to those 'imported keyword tags.'  If I take a folder called China I see the thumbnails & when I hover the mouse I see that it has tags China,Beijing area & my wife's name.  If I were then to go to the imported Keyword Tags & I can see a tag 'Dubai'.  Just to see what happens I drag the picture to the Dubai tag.  This is accepted.  Because if I go back to the original tag I now see tags China,Beijing area,& my wife's name as well as Dubai.
    If I go the see the folder 'Dubai' in my folders the picture doesn't appear.  Why not? This is just a crazy experiment but I can't make out what happened.  Any Ideas?

    Hi,
    Photoshop Elements does not enforce a direct relationship between Folders and Tags - they are different ways to view your images.
    If you start by showing all media and then select a folder, you will get the all the images in that folder shown.
    If you start by showing all media and then select a tag, you will see all the images with that tag.
    If you start by showing all media, then select a folder and then select a tag, you get all the images in that folder that have the selected tag.
    A tag can be applied to any image irrespective of which folder it is in.
    For instance, if you have two folders called Holiday 2012 & Holiday 2013 with photos of your holidays for each of the years and in each year you have a photo of the same monument, you could tag those photos with the monument name. Later you could view all the holiday photos for a particular year or you could show the photos of the monument for the two years.
    It is possible to create tags from the folder name but the relationship is not maintained.
    The fact that you talk about "Imported keyword tags" suggests that you entered the tags outside of Photoshop elements before you imported them. If you had a previous version of Photoshop elements, the normal approach is to convert the old catalog. That way the tags would show up in the original structure rather than be "imported".
    I hope that the above helps - forgive me if I stated what you already knew.
    Brian

  • I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    Yes, you can do all of that via Tools - Forms - More Form Options - Import Data, if you have Acrobat.
    If you only have the free Reader then you can still do it, but it requires a script.

  • Import java.*; question

    Hi,
    My understanding of the import keyword is somewhat similar to includes in C/C++ but the "*" is somewhat confusing. Is it not a wildcard meaning to 'include' all that is necessary in the subcategories? For example, I quite often see
    import java.awt.*;
    import java.awt.event.*;
    Why is the second import necessary, shouldn't the first one include the second?
    Thanks

    .* includes all the class files in that package, not
    all the sub packages, etc thats why the second is
    neccessary...ah, ok... thanks for the quick and clear answer. So understanding the structure of the API is important. It's nice to have the API on the web, but anyone find value in that new Java Almanac book that covers 1.4?

  • PSE 13 "Import Keyword Tags From File" Fails

    Whenever I try to do the above command, it fails. As shown in the attached figure it gets to 9%. Does anyone have any ideas on how to troubleshoot this error?
    Thanks in advance.

    is there a way to import tags from PSE 12
    The PSE 12 Organizer and LR 5 use different file formats for exporting and importing keyword hierarchies. PSE uses XML format, while LR 5 uses a tab-separated format.  If you're a programmer or technically minded, you could convert from one to the other using your favorite scripting language.
    But the approach suggested by dj_paige can be modified to accomplish what you want without scripting, by copying the keyword hierarchy from the "upgraded" LR catalog that was created from your PSE catalog to your "good" LR catalog:
    1. Make a manual backup of your "good" LR catalog: Lightroom Help | Back up a catalog.
    2. In LR, open the catalog that you created previously by upgrading (converting) the PSE catalog -- you can usually get to that catalog by doing File > Open Recent.
    3. Go to grid view in the Library by doing Window > Library followed by View > Grid (usually you're already in Library grid view, but just in case...)
    4. Make sure the Keyword List panel is showing on the right by doing Window > Panels > Keyword List.
    5. You should see the keyword hierarchy from your PSE catalog.  If you don't, stop and post a screen shot of the entire LR screen.
    6. Do Metadata > Export Keywords to export those keywords as a LR-format text file.
    7. Open your "good" LR catalog by doing File > Open Recent.
    8. Do Metadata > Import Keywords and select the file you exported in step 6.
    9. All the keywords that were exported in step 6 will be added to the current catalog, and there will be duplicate keywords if there were already keywords of the same name in the catalog.  Those new keywords will not be attached to any existing photos in the current catalog.

  • Imported keyword tags, image tags, main tags in PSE 12

    I have converted an older catalog to PSE 12 for Mac.  I have tags in Imported Keywords, and that also show up in the Image Tags, but not all show up in the main tags lists (People, Places, Events).  How do I get these all in the main tag groups?

    Saurabh288--
    Yes, now I see the tags under "Image Tags," and if I right click the tag in that spot, I have the option  to remove it.  Thank you.
    As to the Remove Keyword Tag option, "should be" appears to be the operative phrase here. It should be, but in many cases isn't. The option appears for some photos but is grayed out for others, even when the "others" have tags showing under "Image Tags."  But I can live without this option working, since  the "Image Tags" list gives me a woraround.  Thanks again.

  • Import tab delimited data in livecycle designed form

    Hello,
    Is it possible to import tab delimited data in livecycle designed xdp form?
    Also will it work when we user right enable form so that user can import their data in PDf form?
    Thanks
    Manoj

    Hi Paul,
    This is what I get when in use the function importData
    NotAllowedError: Security settings prevent access to this property or method.
    Doc.importXFAData:-1:XFA:topmostSubform[0]:Receipt[0]:Button8[0]:click
    so what settings are needed and how should my file be formatted. doe sthis function work for XMl or text files or both?
    Now when I use load xml function I get this error
    Xml parsing error: syntax error (error code 2), line 1, column 1 of file
    the file contents are:
    <?xml version="1.0" encoding="ISO-8859-1"?>
          <Receipt>
               <cfien>This is the new string</cfien>
          </Receipt>
    where receipt is my form name and cfien is my field name.
    Can you tell me how to make an XMl file to load the data or give a sample file. Do I need to have SOM expressions in field names?
    Thanks
    Manoj

  • How do i import keyword tags from PSE12?

    I have just downloaded PS and LR5 from Adobe CC. I was using Photoshop Elements 12. How can I import my keyword tags from the PSE Organizer. I saved them as .txt files but they will not import because they contain "special characters." What do I do?  Please do not tell me I have to start over... ~

    is there a way to import tags from PSE 12
    The PSE 12 Organizer and LR 5 use different file formats for exporting and importing keyword hierarchies. PSE uses XML format, while LR 5 uses a tab-separated format.  If you're a programmer or technically minded, you could convert from one to the other using your favorite scripting language.
    But the approach suggested by dj_paige can be modified to accomplish what you want without scripting, by copying the keyword hierarchy from the "upgraded" LR catalog that was created from your PSE catalog to your "good" LR catalog:
    1. Make a manual backup of your "good" LR catalog: Lightroom Help | Back up a catalog.
    2. In LR, open the catalog that you created previously by upgrading (converting) the PSE catalog -- you can usually get to that catalog by doing File > Open Recent.
    3. Go to grid view in the Library by doing Window > Library followed by View > Grid (usually you're already in Library grid view, but just in case...)
    4. Make sure the Keyword List panel is showing on the right by doing Window > Panels > Keyword List.
    5. You should see the keyword hierarchy from your PSE catalog.  If you don't, stop and post a screen shot of the entire LR screen.
    6. Do Metadata > Export Keywords to export those keywords as a LR-format text file.
    7. Open your "good" LR catalog by doing File > Open Recent.
    8. Do Metadata > Import Keywords and select the file you exported in step 6.
    9. All the keywords that were exported in step 6 will be added to the current catalog, and there will be duplicate keywords if there were already keywords of the same name in the catalog.  Those new keywords will not be attached to any existing photos in the current catalog.

  • Importing Keywords from Excel into Lightroom (XMP)

    My current photo log is in Excel. I'm thinking of moving to Lightroom. Does anyone know if there would be a programmatic way to import keywords from an Excel file, and avoid having to manually apply keywords to each imported image? The data in my Excel file provides a perfect (nearly perfect?) correspondence between keyword and image file name. I know next to nothing about XMP, but I could get some help if I knew this was possible. Thanks!

    Garry, try this: Take one image in LR, apply some metadata and use "Metadata > XMP > Export XMP Metadata to File". Examine this xmp file to see what it has to look like.
    Alexander.
    Canon EOS 400D (aka. XTi) • 20" iMac Intel • 12" PowerBook G4 • OS X 10.4 • LR 1 • PSE 4

  • Importing keywords from stock photography sites

    We purchase a lot of images from stock photography sites, such as Shutterstock and iStockphoto.
    We have been using a software called QPict to catalogue the images. QPict is no longer supported.
    We'd like to shift to Lightroom or possibly Bridge. Is there a way to automatically import the images along with their keywords from those sites?
    In QPict, I've had to find an image, go to the site, copy out the keywords and paste along the image in the catalog. Very tedious process, especially that QPict had limitations as to the number of keywords per image that you could import. Took forever just to catalogue a few dozen photos. We have thousands.
    Any help would be greatly appreciated. For the life of me, I cannot find any help in Google or any forums I've visited.
    Thank you in advance.

    Hi
    I try to give you few brief answers.
    1) I have almost 1000 keywords (including synonyms) and I don't have problems. But at least some previous versions of Lightroom were unusable with controlled vocabularity keyword set which contains something like 11000 keywords. I haven't recently heard any comments about large quantity of keywords. So someone with more experience should comment on that.
    2) You can import keyword hierarchy to Lightroom from text file. File should have keywords in tab intented hierarchy, with one keyword in line. If I recollect correctly the file should be in UTF-8 character set (this is important if you have some non ascii characters in keywords). Synonyms are marked with {} and keywords that are not exported with [].
    3) Synonyms are written as keywords when images are exported. As far as I know current search tool does not support synonyms (yes, this is weird).
    Hope this helps at least a bit.
    Jukka,
    Finland

  • Importing keywords from external file

    Is there any way to import keywords from a text file into Aperture to automatically tag images? For example, if I have a spreadsheet with a list of names and numbers can I enter the image numbers in the spreadsheet (on the iPhone) and then import that data to the Aperture album with the images. Kinda like a merge of the data.

    Entry Number
    Name
    Image Number Start
    Image number stop
    1
    John Doe
    DSC_001
    DSC_003
    2
    Bob Smith
    DSC_004
    DSC_006
    3
    Betty Sue
    DSC_007
    DSC_009
    I am thinking something like this. however, I would have the first two columns and would enter the image numbers.
    Or like this
    Entry Number
    Name
    Image Number
    1
    John Doe
    DSC_001
    1
    John Doe
    DSC_002
    1
    John Doe
    DSC_003
    2
    Bob Smith
    DSC_004
    2
    Bob Smith
    DSC_005
    2
    Bob Smith
    DSC_006
    3
    Betty Sue
    DSC_007
    3
    Betty Sue
    DSC_008
    3
    Betty Sue
    DSC_009

  • LR2 and importing keywords from CS3 Bridge

    I've just started a 30 day LR trial and need some guidance, please, on successfully importing keywords from CS3 Bridge so that the complete heirarchy survives intact.
    I've just imported the keywords to LR2 and found the heirarchy is mostly destroyed.
    Also, Bridge allows you put a keyword inside "[ ]"  (square brackets) if you want/need that word in the heirarchy but do not want it to be copied to the metadata.  After importing to LR2, all the square brackets have gone.
    I've imported some photos into LR2 but, when I look at their keywords, all the words which were within square brackets (and so not visible in the metadata in Bridge) are now visible in the metadata in LR2.
    Anyone found a solution to this, please?  I really don't want to have to re-keyword everything if there's another way.
    Thanks,  John Walmsley

    Ginger
    I ran a test for you. Started up my old computer that has windows XP OS. Took a photo and added a keyword by right clicking as your previous post outlined. I then looked at photo in Bridge CS3 on old machine. There was no keyword. Copied to flash drive and looked at photo on Vista computer with Bridge CS3. Still no keyword. Ran a search on Vista advanced for keyword on flash drive, and it gave a hit.
    So my conclusion is that the keyword is there, but Bridge does not read the XP generated keyword. It will read a keyword generated by same method in Vista. Don't know what else to suggest. Don't have CS4 so do not know it that works or not.
    Perhaps with these clues someone else can figure it out.
    Good luck

Maybe you are looking for

  • Video Chat App won't launch

    Hello, Recently, my video chat app has stopped working. It will not launch, instead displaying a dialogue box that says, "error-services-failed (30000)"  It does not seem to matter which wifi network I am connected to. I have reset the device with no

  • Which comm. channel is configured with a certain ftp server?

    Hi, i wold like to have a list of all comm.channels which are using a certain ftp server. How can i get this list

  • How to use Connection pool in Reports

    Dear All, Please help me How to create Connection pool for Reports and How to use in Reports. Present i am using the report by passing parameter as P_JDBCPDS=username/password@databaseName. I thought this will not manage the coonection pool. For all

  • Error opening adobe

    E_ADEPT_REQUEST_EXPIRED http://adeactivate.adobe.com/adept/Activate 2011-12-13T06:32:29-08:00%20(1323786749000)%20is%20before%202011-12-17T09:21:21-08:00%20( 1324142481048)

  • Looking for Apple Store Calendars (Specifically for San Francisco)

    Ahhhhhh! Whatever happened to subscribe-able events calendars for the Apple Stores? Looking at the iCal site at Apple.com, there is nothing for the stores. The best I can find now is the widget, which is very limited: one week at a time? help! iBook