1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Notepad++ assistance

Discussion in 'General Software' started by hello11112, Jul 24, 2013.

  1. hello11112

    hello11112

    Joined:
    Jul 24, 2013
    Messages:
    1
    Operating System:
    Windows 7
    I have lines of data in one file that resemble something like this

    xxxxxxxxx:eek:oooooooo
    yyyyyyyyy:qqqqqqqqq
    zzzzzzzzz:aaaaaaaaa

    and then in another ones that look like this

    ooooooooo:123456
    qqqqqqqqq:234567
    aaaaaaaaa:345678

    Is there any way to combine the two and parse the texts together so that the text before the delimiter in the first situation xxxxxxxxx, can be joined with 123456. The problem is that they are not in the same order (being that if xxxxxxxxx:eek:oooooooo was first in the document, ooooooooo:123456 would not be first in the other document).

    If someone could assist me with this it would be a great help.
     
  2. Plastic Nev

    Plastic Nev SUPER MODERATOR IN MEMORY

    Joined:
    May 2, 2009
    Messages:
    2,801
    Location:
    In front of a monitor in Blackburn Lanc's UK.
    Operating System:
    Windows 7
    Hi and welcome to CHF.
    Where did the original script or text come from?
    Sometimes notepad cannot correctly decypher the code when the original script or document came from another program, as a for instance a file from Open Office, or text in an e mail as an example.

    Nev.
     
  3. Tony D

    Tony D Administrator Administrator

    Joined:
    Sep 25, 2009
    Messages:
    5,157
    Location:
    SE Pennsylvania, USA
    Operating System:
    Windows XP Professional
    If you can get the data into a spreadsheet, like Microsoft's Excel, you may be able to write a formula to do what you want. You'd need to be know how to use Excel's functions. Look at the ones that fall under the 'Text' category.
     
  4. BeeCeeBee

    BeeCeeBee ADMINISTRATOR IN MEMORY

    Joined:
    Apr 20, 2009
    Messages:
    7,201
    Location:
    New Jersey "Stronger than the Storm"
    Operating System:
    Windows 7
    I think everyone is assuming from the question tha you do not have any other word processing programs like MS Word. Shall we proceed under that assumption
     

Share This Page