Split and transform words

I have a problem I'm having trouble solving.
I have an application I write a textbox: 'SQL SQL' MICROSOFT 'SQL SQL'
When I click a button, I wanted to receive as stored procedure parameter:
  @ String = 'SQL SQL "OR MICROSOFT OR MICROSOFT OR' SQL SQL '
Can you help me please.
thank you

Hi ,
  While Passing the string make sure to replace the single quotes with double single quotes as below
@String = '''SQL SQL'' MICROSOFT ''SQL SQL'''
Best Regards Sorna

Similar Messages

  • File splitting and transform in XI

    Hi friends,
    I have two queries,
    1) Is XI able to read in a file and split it into 2 new reformated files based on specific fields within the original file (ex: hours & earnings type)?
    2) is it possible to set up a translation table in XI and access and use the table data in creating these files?
    Thanks in advance

    Hi,
    <i>
    1) Is XI able to read in a file and split it into 2 new reformated files based on specific fields within the original file (ex: hours & earnings type)?</i>
    >>>what does it mean within the original file. Anyway you can split the file into 2 or many based on fields and you can write 2 or many files from XI.
    <i>2) is it possible to set up a translation table in XI and access and use the table data in creating these files?</i>
    >>>If you want to lookup some tables to create a file , you can maitain the table in XI abap stack or you can create Java Tables. .
    WHen you want to get the data from XI ABAP table, you need to lookup these tables with JCO connection.
    Hope this helps if my understanding is correct,
    Regards,
    moorthy

  • How to read each and every word from a string.

    Hi all,
       I have a string which is having many label numbers. if the string is lv_str, its value is like, 11111111111111##22222222222222##3333333333333.
    I need to move the values alone into internal table. each value should be updated as a single row into one internal table. How to read each and every word of the string and move to an internal table.
    the internal table should be like this.
    11111111111111
    22222222222222
    3333333333333
    Can any one give me a suggestion in this regard.
    POINTS PROMISED.
    Regards,
    Buvana

    Hi,
    If you know the format and length of the data
    Use split at '#' so that you will get the individual values.
    Thean append it to internal table.
    Reward iof helpful.

  • BPM Split and Merge

    Hi...
       I want to do scenario like file split and merge using BPM.
    for that i have used,
    1.Receive
    2.Transformation(1:N)
    3.Block(ForEach)
    4.Control
    5.EndBlock
    6.Transformation(N:1)
    7.Send.
    while executing the scenario, the message is going to the queue. In that it is showing the status as "Running".
    can you please tell if i did wrong in my scenario?

    > 1.Receive
    > 2.Transformation(1:N)
    > 3.Block(ForEach)
    > 4.Control
    > 5.EndBlock
    > 6.Transformation(N:1)
    > 7.Send.
    U are using an empty infinite block and hence it is in running state always. You dont need a block at all. after 1:n transformation, use the n:1 transformation and send. I know you must be doing a sample scenario. In reality you will have a send step usually for sending to another system line by line. That when you will need a block.
    VJ

  • Textflow and flowComposer word wrap

    Hi
    I have a word wrap question re...
    I have a textflow that I'm splitting into multiple sprites (pages). I also have a columnCount of 2, so the text fits into two columns, and then continues onto the next page.
    Here's an example of the text...
    testString+='<p ALIGN="LEFT">Description</p><textformat blockindent=10>Product details with decent length that that overruns the column line '+i+'</textformat>';
    ... and I've concatenated it 500 times so I have a decent length test string to put into the textFlow.
    Which comes out like (imagine 3 lines per page)...
    Description                                                                                                Description
      Product details with decent length that that overruns the column line 1            Product details with decent length that that overruns the column line 4
    Description                                                                                                Description
      Product details with decent length that that overruns the column line 2            Product details with decent length that that overruns the column line 5
    Description                                                                                                Description
      Product details with decent length that that overruns the column line 3            Product details with decent length that that overruns the column line 6
    (page break)
    Description                                                                                                Description
      Product details with decent length that that overruns the column line 7            Product details with decent length that that overruns the column line 10
    Description                                                                                                Description
      Product details with decent length that that overruns the column line 8            Product details with decent length that that overruns the column line 11
    Description                                                                                                Description
      Product details with decent length that that overruns the column line 9            Product details with decent length that that overruns the column line 12
    (etc for about 10 pages until we get to the 500th pair)
    It works nicely, however, I'm wondering how you set it up to NOT word wrap on 'Product details with decent length that that overruns the column line 1' - so in other words, cut that line of if it hits the column edge?
    I tried LineBreak.EXPLICIT, but that only allows one page to be created, and no word wrapping occurred.
    Or is there a way to set it up within an html tag?
    Thank you.

    kethryvalis wrote:
    The "Name" text bounding box that I've created is set to a specific height/width (and needs to stay that way) with a font size of 94.22 pt; however, some of the names are REALLY long and are too big for the bounding box.  They word-wrap.  When I run the "data merge," I need Photoshop to automatically resize the text in the bounding box so that it doesn't word wrap.
    That is not possible its a contradiction resized text would not be font size 94.22.  Data driven graphics as far as I know does not have any text re-sizing feature.  Your template needs to be sized to support the longest text possible.   Text length need to be limited to fit within the space provided in the template psd file.
    It may be possible to write a Photoshop script to resize text layers to fit within some bounds. However is not possible to explain to you thoroughly in simple terms that would enable you to write the script. You most likely know the logic needed to do the resize and really don't need it explained to you.   What you lack is Photoshop scripting knowledge.  You have no script programming skills.  Learning a supported scripting language takes time and of top that you need to learn Adobe Document Object Model and it limitations and about Adobe's Scriptlistener Plug-in that records Action Manager scripting code. Developing Photoshop scripts is not an easy user feature like Adobe Actions Palette recorder/editor. Scripts need to be designed and programmed and debugged.
    Scripts are easy to use like actions and are more powerful then actions. You most likely have use some that are shipped with Photoshop,  Image Processor, Fit Image, Photomerge, lens correction  etc. Find your Photoshop version version Presets\Scripts folder and open any of the  .jsx file in the folder in a text editor see if you can understand somewhat what is written.  If you can you may want to learn scripting Photoshop.  Most Photoshop users never write a Photoshop script.

  • File reader and comparing words

    hi, im currently trying to create a project and i need a little help to get it started!
    What i need to do is create an application which can read a text file. I also need to have a list of words already in the application, and if a word in the list is also in the text file, id like this to be printed in the terminal.
    can anybody help me out with how to start this? ive been looking for relevant posts, and there seems to be alot of things on file reading and comparing words, but they r pretty difficult to follow and not really the same as what im looking for.
    thanks for your help!
    Torre

    You can place a for loop within a for loop to to compare every word in the temp array with every word in the other array.
    try {
    String[] array = new String[] {"wow", "cool"};
    BufferedReader in = new BufferedReader(new FileReader("text.txt"));
    String str;
    while ((str = in.readLine()) != null) {
    String [] temp = null;
    temp = str.split(" ");
    for (int i = 0 ; i < temp.length ; i++) {
      for(int j = 0; j < array.length; j++) {
        if (array[j].equals(temp)) {
    System.out.println(temp);
    } catch (IOException e) {
    } finally {
    //Always close your resources in your finally block... good coding practice.
    in.close();

  • Does Acrobat Pro read the content in pdf file and transforms it?

    Does Acrobat Pro read the content in pdf file and transforms it to xls file without the need for much changes or manual work?

    Acrobat X (Standard and Pro) will save tabular data to XLS or XLSX format, provided it can recognize the table as being a table. If the PDF has missing or incorrect structure tags, Acrobat will try to guess the table layout by the position of text and lines on the page - this works well for basic formatting but if the table has complex styling, spanned cells etc. it can lead to problems.
    Acrobat X will even attempt to export a table within a scanned document, by applying OCR during the export stage - though again this relies on the table being visually identified.
    See http://www.adobe.com/products/acrobatpro/pdf-to-word-excel-converter.html and this article on how to extract one table from a larger document.

  • I need my keyboard to be split and at the bottom

    my keyboard was split and at the bottom of my screen and all of the sudden quit and is back in the middle, how do i get it back?

    When you have the keyboard in the 'split' option, via the Keyboard, holding down the Botton and selecting 'split', when you go to marge it back, it gives the command of "Merge and Dock". This says to me, that when you choose 'split' that it will split and go centre screen. If it was to stay at the bottom, it would just say "Merge" with the Dock, so im thinking its not a Bug, its intended, and Apple wrote the Manual wrong.
    Its easier to write words in a Manual, than it is to write code to have it 'split' and 'docked'. So it seems a intentional thing to have in mid screen IMHO anyways.

  • StringTokenizer vs. split and empty strings -- some clarification please?

    Hi everybody,
    I posted a question that was sort of similar to this once, asking if it was best to convert any StringTokenizers to calls to split when parsing strings, but this one is a little different. I rarely use split, because if there are consecutive delimiters, it gives empty strings in the array it returns, which I don't want. On the other hand, I know StringTokenizer is slower, but it doesn't give empty strings with consecutive delimiters. I would use split much more often if there was a way to use it and not have to check every array element to make sure it isn't the empty string. I think I may have misunderstood the javadoc to some extent--could anyone explain to me why split causes empty strings and StringTokenizer doesn't?
    Thanks,
    Jezzica85

    Because they are different?
    Tokenizers are designed to return tokens, whereas split is simply splitting the String up into bits. They have different purposes
    and uses to be honest. I believe the results of previous discussions of this have indicated that Tokenizers are slightly (very
    slightly and not really meaningfully) faster and tokenizers do have the option of return delimiters as well which can be useful
    and is a functionality not present in just a straight split.
    However. split and regex in general are newer additions to the Java platform and they do have some advantages. The most
    obvious being that you cannot use a tokenizer to split up values where the delimiter is multiple characters and you can with
    split.
    So in general the advice given to you was good, because split gives you more flexibility down the road. If you don't want
    the empty strings then yes just read them and throw them away.
    Edited by: cotton.m on Mar 6, 2008 7:34 AM
    goddamned stupid forum formatting

  • How to open and read pdf and micrsoft word (.doc) files or documents

    My problem is how to use my BB 9800 software version 6.0.0.546 to read/view pdf files and microsoft office documents. I have also bought documents to go from online and have installed it on my phone, but whenever i try to open it I receive a message that it is incompactible. Any help will be greatly appreciated.

    Hi, Sammy.
    Why not install a 3rd party PDF reader and Word Doc reader to help open and read pdf and micrsoft word (.doc) files or documents? You can google it and select one whose way of processing is simple and fast to help you with the related converting work.  It will be better if it is totally manual and can be customized by users according to our own favors. Remember to check its free trial package first if possible. I hope you success. Good luck.
    Best regards,
    Arron

  • How can I use Automator to open and save Word docs with links?

    Hi-
    I'm having trouble building a Workflow to open and save Word docs with links.
    My Workflow so far:
    1. Get Finder items
    2. Copy Finder items (to new folder)
    3. Rename selected items
    4. Open selected items (Word docs)
    Three problems occur.
    The first is a Word 2004 problem -- I can't get the warning "This document has links in it; do you want to open it with/without updating the links" to go away (Unilke the Macro warning toggle capability, there is nothing in the Preferences for Word 2004 that addresses the links warning, as far as I can tell; any insight you can shed on this would be terrific.)
    The second problem happens with Automator: if I manually accept the update of the first document's links, Automator opens that document but then halts completely, even though I've instructed it to open multiple documents.
    The third problem I have is that there's no Finder action in Automator that allows me to save the document that's now open (as far as I can see).
    Any suggestions for how to fix? If I can get this to work, and scheduled in iCal, it will be an unbelievable time saver.
    Thanks,
    Jeremy
    PowerPC G5   Mac OS X (10.4.6)  

    Hi there Jeremy,
    to do this you are going to have to add in some Run AppleScript steps...
    These will rely on GUI Scripting. So first you need to activate GUI Scripting.
    Now we need to add in a Run AppleScript action to the end of your workflow...
    This will replace your current number 4 in the workflow (Open Selected...)
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">on run {input, parameters}
    set allItems to every item of input
    repeat with currItem in allItems
    tell application "TextWrangler"
    open currItem
    end tell
    activate application "TextWrangler"
    tell application "System Events"
    tell process "TextWrangler"
    delay 2
    --when the Word document is opened I have told it to press okay !
    --I don't know what key you want it to press in the dialog box
    keystroke return
    delay 2
    --save the doc
    keystroke "s" using command down
    delay 5
    --close the doc
    keystroke "w" using command down
    end tell
    end tell
    end repeat
    return input
    end run</pre>
    The above script should open each Word Document, press a button in the dialog box then do a save and then close the doc...then loop through the rest of them.
    You need to replace the name Text Wrangler with Microsoft Word (or whatever it is called!), I don't have it on my Mac.
    You will have to let me know what button needs pressing in the first dialog, if it isn't the 'highlighted ' one then we will have to amend the script...
    regards
    Ric

  • Open And Edit Word File In SharePoint Site Programmatically (Without Save On Local system)

    Hi Sir ,
             I am working as sharepoint developer. I have face some problem in Edit and open document file in sharepoint site programmatically. I want to open file and edit directly in sahrepoint site without save in local system,
         Issue:   I have upload one doc file then try to edit and open but In that case file is dowanload and save in local save.

    Hello,
    As i understand you want to open and update word file. Please have a look at below links:
    http://mysharepointwork.blogspot.ca/2010/06/programmatically-open-and-save.html
    http://howtosharepoint.blogspot.ca/2010/05/programmatically-edit-and-save-file.html
    It is good place to start.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • I have a huge file which is in GB and I want to split the video into clip and export each clip individually. Can you please help me how to split and export the videos to computer? It will be of great help!!

    I have a huge file which is in GB and I want to split the video into clip and export each clip individually. Can you please help me how to split and export the videos to computer? It will be of great help!!

    video
    What version of Premiere Elements do you have and on what computer operating system is it running?
    Please review the following workflow.
    ATR Premiere Elements Troubleshooting: PE11: Project Assets Organization for Scene and Highlight Grabs from Collection o…
    But please also determine if your project goal is supported by
    a. format of your source
    and
    b. computer resources
    More later based on details that you will post.
    ATR

  • I have a pc running windows 7.  I got an Airport Extreme 802.11n Wi-Fi and the printer is now plugged into the Airport.  The wireless router works fine but the printer shows as offline in control panel and in word. The printer is a HP LaserJet CP1525nw.

    I have a pc running windows 7.  I got an Airport Extreme 802.11n Wi-Fi and the printer is now plugged into the Airport.  The Airport works fine but the printer shows as offline in control panel and in word. The printer is a HP LaserJet CP1525nw.

    +For now I have it set to Share Public IP address - Is this correct for my Network Setup with The Airport Extreme being the only router being used ?+
    This would be the correct setting if the AirPort Extreme is connected to a simple modem (one ethernet port).
    *Settings I have Enabled*
    5 GHz name indicates that you have elected to use the option to assign a separate name to the 5 GHz network. This will allow you to "tell" compatible computers to connect to that network, rather than the slower 2.4 GHz network
    Use Wide Channels is recommended for 5 GHz operation.
    Interference Robustness often does more harm than good and should not be used unless you know you are in a area with a lot of wireless networks and you feel that your network is experiencing interference issues from a nearby network.

  • How to prevent public users from creating and saving Word Documents

    I have two public computers available for the public to view legal case documents.  The program used uses the Word shell to save, view and print documents within the program.  The clerk has stated that she does not want attorneys or others to
    be able to create and save word documents on these computers.  Is there a way to prevent a user on the public computers from opening word, creating a document and saving it?

    Instead of installing Word on the public computer (or at least instead of making it available on the public account), you could install the free Word Viewer:
    https://www.microsoft.com/en-us/download/details.aspx?id=4 and make that available for the public account. Alternatively, if you want to ensure the document retains its originally
    formatting regardless of what printer may or may not be attached to the public computer, you could keep only PDF copies of the file where the public can access them and install the free Adobe Acrobat Reader for viewing:
    https://get.adobe.com/reader/.
    Cheers
    Paul Edstein
    [MS MVP - Word]

Maybe you are looking for

  • Latest DVDs of Support Package Stack for NW7.0, ERP 6.0, and Sol Man. 4.0

    Hi all, I want to request SAP the latest DVDs of Support Package Stack for NW7.0, ERP 6.0, and Sol Man. 4.0, is it possible & how to do it? Thanks, Toan Do

  • In the middle of a project, but trial is up.

    I'm in the middle of a project, but my trial is apparently up. Is there a way to finish my project? If I order photoshop, will it allow me to finish it?

  • Multiple iTunes/iPod Updater Entries in Add/Remove Programs

    There are three entries for iTunes in the "Add or Remove Programs" window. iTunes 6.0.3.5 iTunes 6.0.2.23 iTunes 6.0.1.3 I never bothered uninstalling the previous version before upgrading (I fear it will mess up my music library if I take iTunes com

  • I cant put events in my calendar

    Hi pls help me, after i was curious about i cloud, i did a back up. Then i didnt even know what has happened. My calendar events was gone nd contacts. I am not very familiar will icloud. My 5gig free was already used. I want my calendar events back a

  • Goods Movement status of delivery not updated from C to A

    Hi I am facing a peculiar problem. We reversed goods issue using VL09 however the goods movement status of the delivery has not been updated. The GM status is still showing C- Completely processed. If we are trying to repeat the process again thinkin