Can I create a single style that goes "text (tab) bold text (tab) text"?

Im working on a car listing booklet and trying to figure out the best way to merge info into the document.  The best way I can figure out for my needs is to physically copy and paste the info out of an Excel file and into a text frame of the ID document.  Im familiar with normal merging when you make a connection to the file but I dont think that will work for this.
What the listings need to look like is:
Bobs Cars   (tab)   Ford   (tab)   Mustang   (tab)   Year
I need the make to be in bold but since its not actual columns in the ID document, then I have to manually highlight the Ford and click the style for making it bold.  I have about 10,000 listings and that just isnt going to work that way!  Something like this I would generally create a paragraph style for the whole thing with a character style for the bold.  I want to be able to highlight the entire list and apply one style to make it work out.  Is there a way to create a style that knows to apply a character style after the first tab or some other method that I cant come up with yet?

Thanks for all the help, I learned a lot about this!  But now the client wants to try a different layout...ugh!  I feel like this nested style method might be able to do something like this as well.  He wants the car make, model and year to be more like a bold heading with the miles, price, dealer, phone underneith it and in a non bold or smaller font.  Below is what one of the listings looks like in the Excel file:
Acura
ILX
2013
0
$35,295
L.P.C
Phone
0
$32,295
L.P.C
Phone
0
$32,295
L.P.C
Phone
0
$30,095
L.P.C
Phone
Like the previous, I would like to do one thing that will autoformat all 10,000 listings at once.  I was thinking since the info for the heading started with text and the info below started with numbers, maybe there is a way to set the styles to work only when the first "word" is text or numbers and know which style to apply to it? (The 0's are just for this one listing, many have other numbers for mileage also so cant set it to just search for zeros btw)

Similar Messages

  • How can you create a paragraph style that removes all spaces and forces everything to lower case?

    Hi,
    Is there anyway of using GREP (or some other magical wizardry) to create a paragraph style that automatically removes all spaces and forces words into lower case?
    Strange request i know....I'm wanting to use it for datamerged email addresses.
    Thanks

    so doing it through InDesign is a work around I'm exploring.
    Excel has the 'LOWER' function and the ability to record macros for a quick find/replace on the spaces - so that's definitely a good option if it can't be solved purely in InDesign.
    You can change case via scripting in InDesign. This AppleScript (OSX only) will set the case of the selected paragraph style to lower. It would be possible to add some code that would strip spaces as well:
    tell application "Adobe InDesign CS6"
        activate
            set StyleList to name of every paragraph style of active document
        set myDialog to make dialog with properties {name:"Document Paragraph Styles"}
        tell myDialog
            tell (make dialog column)
                tell (make border panel)
                    tell (make dialog column)
                        make static text with properties {static label:"Choose a Style", min width:150}
                    end tell
                    tell (make dialog column)
                        set myPresetsDropdown to make dropdown with properties {string list:StyleList, selected index:0, min width:150}
                    end tell
                end tell
            end tell
        end tell
        set myResult to show myDialog
        if myResult = true then
            --+1 gets the correct name because list starts at 0
            set myStyle to item ((selected index of myPresetsDropdown) + 1) of StyleList
        else
            return
        end if
        destroy myDialog
        tell active document
            set myStyle to paragraph style myStyle
            repeat with j from 1 to (count stories)
                repeat with i from 1 to (count paragraphs in story j)
                    if applied paragraph style of paragraph i of story j is myStyle then
                        --defines a variable to replace the generic this_text parameter in the handler
                        set SCText to the contents of paragraph i of story j
                        set contents of paragraph i of story j to my change_case_of(SCText)
                    end if
                end repeat
            end repeat
        end tell
    end tell
    on change_case_of(this_text)
        set the_comparison_string to "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
        set the_source_string to "abcdefghijklmnopqrstuvwxyz"
        set the_new_text to ""
        repeat with thisChar in this_text
            set x to the offset of thisChar in the_comparison_string
            if x is not 0 then
                set the_new_text to (the_new_text & character x of the_source_string) as string
            else
                set the_new_text to (the_new_text & thisChar) as string
            end if
        end repeat
        return the_new_text
    end change_case_of

  • How do I create a new Style that can be applied to an object?

    Under the Assets menu there is a tab called “Styles”.  My question is how do I create a new Style that I can apply to an object???  A link to a tutorial or something like that would be useful because I can’t find anything!!!    Thanks in advance for helping me eliminate this frustration!!! 

    KomputerMan.com wrote:
    What I want to do is create a library of styles that are basically pictures of various wood types.
    There are a couple of approaches you could try.
    Clipping paths
    1. Draw the part shape as a closed path.
    2. Position the image of woodgrain above or below the shape where you want it positioned.
    3. Cut
    4. Select the closed path.
    5. Paste Inside.
    See: Using FreeHand MX > Contents > Working with Objects > Working with clipping paths
    Tiled fills
    1. Use autotrace to trace the image of the woodgrain, using plenty of colors.
    Using FreeHand MX > Contents > Using Imported Artwork > Tracing bitmaps > Tracing an image
    2. Group the traced paths (but not the image) and create a tiled fill,
    Using FreeHand MX > Contents > Using Strokes and Fills > Applying attributes to fills > Using tiled fill attributes
    3. Make a style from a tile-filled object
    4. Apply the style to other objects.
    Judy Arndt

  • In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph?

    In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph. 
    I need to make a table of contents for my Mater's Thesis and want to use the automatic table of contents feature.  I want the first sentence of a paragraph to have a different paragraph setting than the rest of the paragraph.  Is this possible?
    Thanks!

    Nice of you to be doing this for your Mother's Thesis.
    There are several issues here:
    1. A Paragraph Style is what it says, the style for the paragraph
    2. You can format text within a paragraph by applying a Character Style
    3. Pages 5.5.1 lets you apply formatting to overall text for the T.O.C. but not parts of it and you can not retain that formatting as a Paragraph style
    So in answer to your question, no.
    You will need to create the T.O.C. manually and unfortunately as Pages 5.5.1 can't create bookmarks (just one of over 100 missing features) you will be unable to link the T.O.C. to the referred pages in the list.
    Peter
    Apple's marketing slogan:
    Pages 5.5.1 - Can't Do That!

  • How can I create a single order from multiple quotations?

    How can I create a single order from multiple quotations that I have created by the transaction VA21 ?
    Thanks in advance for the answers.

    hi
    Go to transaction: /nva01
    Enter order type : ZOR
    Sale org :xxxx
    Dist.channel:xx
    Division :xx
    Press enter
    Click on “Sale document” and select Create with reference
    Then enter 1st quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation1 copy to order.
    Then,
    Click on “Sale document” and select Create with reference
    Then enter 2nd quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation2 copy to order.
    Then,
    Click on “Sale document” and select Create with reference
    Then enter 3rd quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation3 copy to order.
    Now save the sale document.
    Kindly give reward points
    Edited by: WISH on Mar 19, 2008 2:25 PM

  • Can I create a single PO for two company codes

    Hi
    Can I create a single PO for two company codes. Though I know that Company code is assigned at header level but still I know there is a setting in controlling which when activated two company codes under same controlling area can procure the goods under the same PO.But i forget from where to activate that message or control in config.
    Thanks

    Hi Lekhram,
    I'm just beginner so maybe I got the wrong end of the stick.
    If you order something that something must belong to a definite company > plant. How could possess two company the same thing at the same time (totally)?
    (companies are at the same organisational level - none of them is subject to the other).
    Maybe I'm mistaken.
    So I <b>guess</b> you can use only one company code for one PO.
    Controlling area & company code
    http://help.sap.com/saphelp_46c/helpdata/en/e5/077a704acd11d182b90000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/08/513f4b43b511d182b30000e829fbfe/frameset.htm
    Purchasing & organisation
    http://help.sap.com/saphelp_46c/helpdata/en/75/ee0a9555c811d189900000e8322d00/frameset.htm
    All the best
    Csaba

  • Can we create a single bdc for raw materials , and for some other transacti

    hi
    can we create a single bdc for raw materials , and for some other transaction? how?

    Hi Jyothsna
    For one transaction you will have to build your bdc table according to the recording for that transaction and then call that transaction using the bdc table. For another transaction , you will again have to build the bdc table with the details of that transaction.
    You cannot call all at one shot.
    Cheers
    shivika

  • How can I create a master PDX that pulls from multiple other PDXs?

    I process aviation maintenance manuals, with the individual manuals having their own PDX. How can I create a master PDX that pulls from the individual PDXs?
    I have access to myriad versions of Windows and Acrobat so there's that...

    I’ve got 100s of manuals each with their own PDX. I’ve been asked to create a master PDX that in effect combines all of the individual PDXs into a single (cross-manufacturer, cross-fleet, cross-manual-type) searchable PDX that can be easily updated.

  • Can i create a single image from multiple images in lightroom?

    Can i create a single image from multiple images in lightroom?

    Like a panorama, a composite or focus stack? Have you tried the Lightroom forum?
    Photoshop Lightroom

  • Can I create a Stored Procedure That access data from tables of another servers?

    I'm developing a procedure and within it I'm trying to access another server and make a select into a table that belongs to this another server. When I compile this procedure I have this error message: " PLS-00904: insufficient privilege to access object BC.CADPAP", where BC.CADPAP is the problematic table.
    How can I use more than one connection into an Oracle Stored Procedure?
    How I can access tables of a server from a Stored Procedure since the moment I'm already connected with another server?
    Can I create a Stored Procedure That access data from tables of another servers?

    You need to have a Database Link between two servers. Then you could do execute that statement without any problem. Try to create a database link with the help of
    CREATE DATABASE LINK command. Refer Document for further details

  • Can I create a PDF document that can be commented on by others using READER

    I have dozens (hundreds?) of PDF Books that I've purchased. Whoever created them made them so anyone using Adobe Reader 5 or better can make highlights and comments on the text.  I use the feature to correct typos and send them back to the publisher. I know it can be done because I've been doing it for a few years before I ever got Adobe Standard.
    So . . . My question is . . . How can I create documents like this that can be commented on using Adobe Reader? I have Adobe Standard 8 and I don't see this as a separate feature of Adobe Pro. and I'm hoping that I'm just missing the instructions on how it's done. I do not have any problem doing what I want using Adobe Standard 8 but I need to be able to make it doable in Reader so others can make comments in my documents.
    Thanks for taking the time . . .
    thehapster

    "Enable Usage Rights in Adobe Reader" or "Extend Features in Adobe Reader"
    are available with Acrobat 8 Professional / 3D version 8 or Acrobat Professional / Pro Extended respectively.
    Additionally, Adobe provides a server based service (LiveCycle ES) that "enables/extends" a PDF such that Adobe Reader can  be used for Comment, Review, Digital Signature, etc.
    That you can use Adobe Reader to comment on PDFs means one of the above applications were used.
    Because you have mentioned the PDFs are purchased PDF Books I suspect that LiveCycle ES was used.
    This server based application (which has a myriad of "modules" available) is expensive so, typically, it is licensed by enterprises that need its functionality. Examples: the large publishing houses or governmental agencies (e.g., IRS).
    If you move up to Acrobat Professional you will be able to "Extend Features in Adobe Reader" such that others can perform Comment & Review on your PDF documents.
    As Acrobat 9.x is the current, marketed release the Professional version would be available to you via an upgrade (not to be confused with the free "updates").
    Be well...

  • Create a heading style that does not affect the whole paragraph?

    Hi, I would like to make a style for headings that only affects the first sentence. I want to have a style that is a certain bold type to be the heading for a section, but then I want body-text to continue without a new paragraph. Like this:
    "*Writing as a category.* Writing, more particularly, refers to two things: writing as a noun, the thing that is written; and writing as a verb, which designates the activity of writing..."
    Right now I am just using a character style for the first words but then I cant make adjustments to the spacing before this paragraph and it wont appear in the TOC.
    I don't know if I have made myself clear but I hope you get the point. Is there any way to do this in Pages?

    As far as I know, headers are available in the area entitled "Paragraph Styles" not "parts of Paragraphs Styles".
    Here is a quick and dirty workaround.
    I created my own custom character style "none 2" which I may apply to the end of a styled paragraph.
    Given that, I may have a paragraph whose beginning is 'styled' and end isn't.
    The drawback is that the entire paragraph appears in the TOC.
    In France we say "On ne peut avoir le beurre et l'argent du beurre"
    Yvan KOENIG (from FRANCE dimanche 15 février 2009 17:51:36)

  • Can we create the Purchase order that using P&L account or just using account do not use cost center.

    Dear Experts,
    Could you please advise :
    1) Can we create the purchase order that using profit and loss account ? ( if yes , which kind of account assignment category we should use ?)
    2) How to create a purchase order for service charge .( just using GL account )
    Thanks & Best Regards,
    Watson

    Hi,
       May I know why you do not use cost center for consumption?
       You may create a new account assignment category in OME9 by copying K and maintain the cost center as optional. Please note that you have to maintain the item category blank and the account assignment category combination in OMG0. Now, you can use a GL account in PO which doesnt require a cost center assignment (in OBC4 against the field status group of the GL)
       You may use the same account assignment category created in the previous step with item category D, after you maintain the combination of the account assignment with item category D in OMG0.
        Please test the scenario and revert back.
    Regards,
    AKPT

  • I just downloaded iOS 6 on my iPhone 4 and now can no longer open internet links that were texted to me.  Anyone else having the same problem?

    I just downloaded iOS 6 on my iPhone 4 and now can no longer open internet links that were texted to me.  Anyone else having the same problem or know how to fix this? 

    The SMS links thing is highly annoying. You don't have to copy/paste however. You should see an icon like this: (>) to the right of the text bubble with the link. Tap on that, the in the screen that opens, tap "Visit".
    Alternatively, you can tap twice directly on the link, then hold your finger down after the second tap.
    Still unnecessarily difficult, but not as bad as copy/paste.
    What I don't get is why can't I find any mention of this change or how to fix it (if even possible) elsewhere online?

  • Help! I can send emails from my ipad2 that contain text - but they're unable to send if I attach any pictures! So frustrating! I have an iPhone

    Help! I can send emails from my ipad2 that contain text - but they're unable to send if I attach any pictures! So frustrating! I have an iPhone

    I have an iPhone &amp; can send pictures via email without issue but I can't on ipad2. Any ideas why?? Thx!

Maybe you are looking for

  • Release date for windows phone 8.1

    When is the release for the Nokia 928 (Ikon) windows 8.1 going to occur? Or will it? Just a simple answer would help. Thank you

  • Error when Scheduling a Cristal Report versus an Excel Table.

    The excel book is located in a folder at the Infoview server. The report has been published at the  Infoview    If I use the u2018u2019u2019viewu2019u2019u2019 link at infoview I obtain the results ok.  (Iu2019m not asked for any user/pw) But If I tr

  • IMac Does not boot past Gray Screen

    iMac does not boot past Gray Screen.  2008 24" Intel iMac running Mountain Lion with 1TB hard drive.  Problem started yesterday while I was web surfing, and my iMac frooze and shutdown.  I rebooted and could only get as far as the gray screen.  On bo

  • Find a component in TaskFlow Region

    Hi All, Jdev version : 11.1.1.6 I found lot of code to find a component,Using FacesContext, Events etc... But in my case its not working. Scenario: Home.jspx <f:view> <af:document id="d1" title="Create Proposal"> <af:form id="f1"> <af:region value="#

  • Looking to upgrade FCP Academic

    Two questions. 1. I have FCP 6 academic. Can I upgrade it at the $299 price? 2. My serial number was voided when Apple did a repair on my computer. When I type in the numbers, it says it's the wrong serial number. How do I fix this? And can I still u