Keyword file format with {synonyms} is too finicky

I just created a 4000 term keyword file, hierarchically organized.  i used excel to create the organization.  this was not an easy task because it seems that lightroom requires a file organized to look like this
main keyword
               subkeyword
                         subsubkeyword {synonym}
main keyword2
               subkeyword2
                    subsubkeyword2
                         subsubsubsubkeyword {synonym}
etc
my original excel file looked like this
main keyword        subkeyword          subsubkeyword                                        {synonym}
main keyword2      subkeyword2       subsubkeyword2 subsubsubkeyword {synonym2}
It was not easy to get all of the synonyms lined up with the final subkeyword, because the hierarchy length varied.  I couldnt just remove repeated tabs because the keywords had to have repeated tabs to end up at the right level.
it would be great if lightroom could use a more standard spreadsheet format.  Of course, perhaps there is a simpler way that i am overlooking.

the problem was not so much converting from columns to rows which can be done using sequence numbers and copying and deleting as needed.  the problem is in moving the synonyms so that there are not duplicate tabs between the last keyword and the synonyms.  If i understand correctly the synonyms have to be on the same line as the last subkeyword and with only one tab between keyword and synonyms.  i wrote some formulas that did this but it was only a partially automated method and very messy.
As you say, the format is a poor one.

Similar Messages

  • Is there the way to use "Highlight File Format" with Acrobat Reader 9.0 or later?

    hi
    Do anyone know the way to use "Highlight File Format" with Acrobat Reader 9.0 later or substitutional way to highlight a PDF file as well as highlight file?
    I want to highlight some words by indicating character's location(from n to m) using Acrobat Reader 6, 7, 8, and 9.
    I use highlight xml file to highlight words in Acrobat 6, 7, and 8.
    http://www.adobe.com/devnet/pdf/pdfs/HighlightFileFormat.pdf
    According to this documents, "External Window Handler Plugin" is required to use highlight file.
    But I cannot find this plugin in Acrobat Reader 9.
    So Acrobat Reader doesn't recognize highlight file.
    Well, I know that there is another way to highlight pdf file. It is called "PDF Open Parameters".
    However this parameters cannot indicate location of characters but words which is to be searched.
    This parameter does not work perfectly to substitute a highlight xml file.
    To satisfy what i want to do, the best solution is that Acrobat Reader 9.0 recognizes highlight xml file.
    But I think it is impossible because of lack of plugin.
    Do anyone know the way to recognize a highlight xml file to 9.0 or another way to highlight some words?
    thanks,
    Asatamax

    The feature is disabled by default in reader 9
    (1) Open Adobe Reader
    (2) Click Edit > Preferences > Search, and
    (3) check the box labelled Enable search highlights from external highlight server.
    (response found here: http://support.dtsearch.com/dts0117.htm)
    I can't imagine why Adobe choose to disable it. It's a bad joke for us at UNESCO (http://unesdoc.unesco.org)

  • Unable to open AutoCAD dwg in 2010 file format with Illustrator 15/CS 5

    Hello,
    We are trying to open some dwg's with illustrator that are saved in the 2010 file format. We get an error "The file "XXXXX.dwg" is an unknown format and cannot be opened.", if we save the same file down to the 2007 format it opens as expected. Try to understand if that format just does not work with Illustrator 15 or if there is a template setting we did or what as it is all dwg's in that file format and as I said same file saved a format down works fine. The issue with tis solution is most of our illustrator users dont' have AutoCAD so this is creating a bottle neck.
    Thanks,
    Tyler

    This is a workaround, but the Dassault Systems ( the company that sells SolidWorks and Catia ) has a free CAD program called DraftSight that will open a
    2010 DWG file. You could then do a SaveAs to an earilier DWG format that AI can work with. They have free versions for both Windows and Mac.
    http://www.3ds.com/products/draftsight/download-draftsight/
    I use the Windows version, and it works pretty good - but my background is more CAD than AI.
    Good Luck

  • File Format with payment type

    HI to All,
    there are two types of format one is Payment file and second is Bank Statement in File Format setup..
    So what is the exact meaning of payment file or why we use this in SAP ?
    Thanks & Regards
    Manvendra Singh Niranjan

    Hi Manvendra,
    Payment file is the file you need to send to your bank. Each country may have different formats based on banks' requirements. If your banks support those files, the reconciliation with bank will become much easier.
    Thanks,
    Gordon

  • Registering the file format with the system

    Hey,
    I have a program which saves files using objectstream.. How can register the new format with the operating system so that it knows which program to use to open it.. Can any one help me with this..

    i want this to be platform independent... Is it possible to do it in java.. Or may be some tool to make the java program installable... Is it possible????

  • File format with menus?

    I have a project which has videos and images and has a 2 pick menu on the front of it.
    I know if I burn it to a DVD the Windows Media Player will display the DVD menu and allow me to select a choice.
    My question is, is a DVD my only choice for menu support? Can I output the project to a file that Media Player will display the menu for?
    I tried Windows WMV file, and no menu. It just plays the video and images as one long video.
    Is there such a thing as a file format that supports a DVD menu?
    Bruce.

    Bruce,
    For what you are wanting to do, I think you'll be better off doing the Web page development in a program, like Dreamweaver, and then linking to a Flash "movie." You can do your editing in PE, for your AV, but the Web stuff is best handled in an HTML creation program. You'll just need to Export your AV in the proper size and format for the embedded player of your choice. That choice might already be made for you, by the Web site's designer.
    Good luck,
    Hunt

  • Batch Rename - Two File Formats with Same Name

    Hi everyone!
    I'm having troubles using the batch rename function i Bridge CS5.
    I've got several pictures that I've captured in both jpeg and raw. When importing the pics with windows photo import they get the same name. This means that I've got one JPG and one RAW file which contains the "same" picture, and have same name as shown below:
    What I would like to do is to rename the pictures, but still have Bridge name the same pictures with the same name as shown below:
         IMG_1268.CR2          ->          Picture 2011 - 0001
         IMG_1268.JPG          ->          Picture 2011 - 0001
         IMG_1269.CR2          ->          Picture 2011 - 0002
         IMG_1269.JPG          ->          Picture 2011 - 0002
    Is this even possible? And if possible, how?
    Thanks in advance
    Martin

    Most things are possible and so is this..
    Make sure you do a test first by copying the files to a temp folder!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    First copy the script below and paste it into ExtendScript Toolkit (this gets installed with Photoshop)
    #target bridge
    var sels = app.document.selections;
    for(var a in sels){
    var f = decodeURI(sels[a].spec.name);
    var newName = "Picture 2011 - "+ zeroPad((f.match(/\d{4}/)[0]-1267).toString(),4)+ f.match(/\....$/);
    sels[a].spec.rename(newName);
    function zeroPad(n, s) {
       n = n.toString();
       while (n.length < s)  n = '0' + n;
       return n;
    Now open Bridge and select the files you want to rename, then run the above script from ExtendScript Toolkit.

  • How to convert text file into xml file format with and check that with DTD

    I have an text file with | seperator . I have to convert this to an xml file and check with DTD present with me..
    plz help me out

    can i get some code that how to compare the xml with dtd or just give the DTD name with an XML

  • How can I read a binary file stream with many data type, as with AcqKnowledge physio binary data file?

    I would like to read in and write physiological data files which were saved by BioPac�s AcqKnowledge 3.8.1 software, in conjunction with their MP150 acquisition system. To start with, I�d like to write a converter from different physiodata file format into the AcqKnowledge binary file format for version 3.5 � 3.7 (including 3.7.3). It will allow us to read different file format into an analysis package which can only read in file written by AcqKnowledge version 3.5 � 3.7 (including 3.7.3).
    I attempted to write a reader following the Application Note AS156 entitled �AcqKnowledge File Format for PC with Windows� (see http://biopac.com/AppNotes/ app156Fi
    leFormat/FileFormat.htm ). Note the link for the Mac File format is very instructive too - it is presented in a different style and might make sense to some people with C library like look (http://biopac.com/AppNotes/ app155macffmt/macff.htm).
    I guess the problem I had was that I could not manage to read all the different byte data stream with File.vi. This is easy in C but I did not get very far in LabView 7.0. Also, I was a little unsure which LabView data types correspond to int, char , short, long, double, byte, RGB and Rect. And, since it is for PC I am also assuming the data to be written as �little endian� integer, and thus I also used byte swap vi.
    Two samples *.acq binary files are attach to this post to the list. Demo.acq is for version 3.7-3.7.2, while SCR_EKGtest1b.acq was recorded and saved with AcqKnowledge 3.8.1, which version number is 41.
    I would be grateful if you someone could explain how to handle such binary file stream with LabView and send an example to i
    llustrate it.
    Many thanks in advance for your help.
    Donat-Pierre
    Attachments:
    Demo.acq ‏248 KB
    SCR_EKG_test1b.acq ‏97 KB

    The reading of double is also straight forward : just use a dble float wired to the type cast node, after inverting the string (indian conversion).
    See the attached example.
    The measure of skin thickness is based on OCT (optical coherent tomography = interferometry) : an optical fiber system send and received light emitted to/back from the skin at a few centimeter distance. A profile of skin structure is then computed from the optical signal.
    CC
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Read_AK_time_info.vi.zip ‏9 KB

  • How can I read a binary file stream with many data type, as with AcqKnowled​ge physio binary data file?

    I would like to read in and write physiological data which was saved by Biopac�s AcqKnowledge 3.8.1 software, in conjunction with their MP150 acquisition system. To start with, I�d like to write a converter from different physiodata file format into the AcqKnowledge binary file format for version 3.5 � 3.7 (including 3.7.3). It will allow us to read different file format into an analysis package which can only read in file written by AcqKnowledge version 3.5 � 3.7 (including 3.7.3).
    I attempted to write a reader following the Application Note AS156 entitled �AcqKnowledge File Format for PC with Windows� (see http://biopac.com/AppNotes/app156FileFormat/FileFo​rmat.h
    tm ). Note the link for the Mac File format is very instructive too - it is presented in a different style and might make sense to some people with C library like look (http://biopac.com/AppNotes/app155macffmt/macff.ht​m) .
    I guess the problem I had was that I could not manage to read all the different byte data stream with File.vi. This is easy in C but I did not get very far in LabView 7.0. Also, because it is for PC I am assuming the data to be written as �little endian� integer, and thus I also used byte swap vi.
    I would be grateful if you someone could explain how to handle such binary file stream with LabView and send an example to illustrate it.
    Many thanks in advance for your help.
    Donat-Pierre

    One more step...
    short are U16 integer
    double are double precision float
    bool seem to be 2 bytes (= U16)
    char are string (variable length)
    rgb are U16 integer, with high order byte = 0
    rect should be 4 x U16 (top, left, bottom, right)
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Standardize a flat file format w.r.t OWB

    Hi Pat,
    or anyone,
    Can u help me to standardize a flat file format with respect to OWB?
    I have 15 financial source systems. The client agreed in giving the data in csv format. Now I need to standardize the feed file so that it would be easy for me handle it in OWB. Please note depending on my standardization the client would give me the data and in turn it would be easy for me to handle it OWB External Tables. The records size for a single feed file is 1 million. So my questions are
    1.How should I standardize a date field in flat file?. Please note target date field is default date in Oracle.
    2.How should I standardize an address field? I.e. normally here I have 3 address fields. But I want the output in 1 field. What is the best possible methodology to do this? Or can I handle this issue in OWB front.
    3.How should I standardize a feed file name (generic)?
    4.How should I standardize a feed file folder (generic)? Please note the folder will reside in UNIX environment. The concept is, there would be respective folders in UNIX and the feed files would automatically fall into these respective folders in a fortnight basis. So what should I do to achieve this? I know I have to write a shell script for the automatic process. If so how will I do this and schedule it.
    5.And w.r.t above question, how will I tell OWB to go and fetch the files in those folders. I know it is done while mapping. But my question is Is that the only best way I can achieve it?
    6.If I left anything related to feed file, please tell me?
    Please note that based on my standardization, the client would extract the data and give it to me. So if I standardize the feed file which would be easy for me to handle it in OWB, then that would be a great success. And also note this is for a long run. Minimum 10 years.
    Regards,
    rem.

    Good afternoon Rem,
    It's all very theoretical indeed, talking about standards and all. I'll try to answer some of your questions according to my experiences.
    @1, Usually we load flat files into external tables using varchar2-fields only, occasionally number fields; dates however are always loaded into varchar2's and then when reading the external table into the staging area they are converted to Oracle dates using a simple TO_DATE transformation.
    @2, I don't think there's a real standard for that, it should simply meet YOUR needs, so when loading EXT into STG simply perform a transformation concatenating those 3 fields to form one.
    @5, you have to register the location where you have defined your flat files, this should be some Unix location; after that the connector between EXT and STG will know what to do when running the mappings from EXT to STG (thus: no other action is needed to 'tell OWB' where to fetch data from flat files).
    As far as I know there a no standards in naming conventions for files and folders, just go with what seems logical/practical in your situation.
    Regards, Patrick

  • Multiple file formats in sender SFTP

    Hi,
    I have multiple file formats to pick.
    for example:
    SAPxyz_deltaDATE.xml
    SAPabc_deltaDATE.xml
    SAP123_deltaDATE.xml
    need below
    SAPxyz_delta*.xml   and  SAPabc_delta*.xml  with one communication channel (need help here)
    and SAP123_delta*.xml  another communication channel (i can do this)
    when i use comma for two file formats SAPxyz_delta*.xml,SAPabc_delta*.xml; the files are not picked. whats the correct way to pick two file formats with one channel?
    Thanks.
    Prema

    Hi,
    please check this thread and similar threads...
    https://scn.sap.com/thread/3315484
    Ambrish

  • Extract data from Oracle Database and store it into a CSV file format

    Hello.
    I'm trying to export a table from an Oracle Database into CSV file format with any Oracle adaptor and store it into a HDFS system.
    How could I do it?
    Thanks in advance!

    Xavi wrote:
    HI Charles. Could I use.. Oracle Data Integrator Application Adapter for Hadoop? For this purpose?
    Thanks in advancePerhaps. I have to confess that I am not familiar enough with ODI to know if that is within its capabilities.
    You might see if there is a forum for ODI and post your question to that.
    Charles Lamb

  • Adding phone file format

    in cm6
    i was able to add group of phones using the builtin excel and export to csv on bat.
    i noticed that the csv text file can be seen on ADD FILE FORMAT with the FORMAT FILE NAME HAVING 2 options (default and simple)
    i didnt do anything on this but as i said i was able to insert the group of phones.
    just want to know what is the purpose of going to that procedure of adding file format..
    thanks

    Hi Celso,
    These relationships are nicely explained in this doc;
    Using a Text Editor to Create the CSV Data File for Phones
    You can create the CSV data file by using lines of ASCII text with values separated by commas. The comma separated values (CSV) file provides textual information in tabular form.
    Use one of these file format options to identify the device and line fields within the CSV data file:
    •Default Phone-Contains a predetermined set of phone device and line fields.
    •Simple Phone-Contains basic device and line fields for phones.
    •Custom-Contains device and line fields that you choose and order yourself.
    You cannot modify or delete the Simple Phone or Default Phone file formats.
    Note: When you use the Cisco Unified Communications Manager Bulk Administration (BAT) spreadsheet to create the CSV data file, you can create the file format within the spreadsheet. When you use a text editor to create the CSV data file, you need to create a file format or use the simple or default file format. You enter the values in the text-based file in the same order as specified in the file format.
    Phone File Format
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/bat/6_1_1/t03phfmt.html
    Hope this helps!
    Rob

  • Screen Capture (file format) used to be pdf

    Is there a way to change the default file format for a screen capture. The file format in OS 10.3 used to capture as a PDF. Now the format is PNG. I know you can open the file in preview and resave it.
    I just want to see if there is someway to change preferences or something so it will default as a pdf file.
    thanks

    Hi, amantia and costicladop —
    amantia, welcome to Apple Discussions!
    There are various options to accomplish your objective.
    OnyX 1.6.5 (a free utility) and Cocktail 3.6.5 ($14.95 shareware utility) offer the option to change graphic file format with a "single click" — in OnyX »» Appearance »» Screen Capture and Cocktail »» Interface »» Misc. »» Screenshot file format, respectively.
    They're both just implementing Terminal commands — which provide another option.
    bmp, gif, jpg, jpg-2000, pdf, photoshop, pict, png, sgi, tga, and tiff options are available in both utilities.
    Hope this helps . . .
    Regards,
    Dean
    p.s.  costicladop — following your link engages an automatic download. (Duh.) Wanting to read something first, I went to http://www.arenasoftware.com/ — which forwards to http://www.digitalarena.co.nz/. The software page on that site only mentions three software products, none of which is shotChoice. Could you provide a descriptive link? Thanks!

Maybe you are looking for