Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hi , I have huge files around 400 mb, which has clob data and have diffeent scenarios: I am trying to pass scenario number as parameter and and get required modified file based on the scenario number and criteria. Scenario 1: file name : scenario_1.txt
1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.10],uid=[23231131]}~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.11],uid=[3456]}~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.12],uid=[659784]}~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.13],uid=[654812]}~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.14],uid=[323]}~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.10],uid=[97945641564]}~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.10],uid=[1654594]}~
Now I am trying to split the data like below to a new file scenario_1_n.txt: It should get all the data till last "|" and the pi, uid
1|1212|34353|56575|||||4|10.10.10.10.10|23231131 1|1212|34353|56575|||||4|10.10.10.10.11|3456 1|1212|34353|56575|||||4|10.10.10.10.12|659784 1|1212|34353|56575|||||4|10.10.10.10.13|654812 . . . .
Scenario 2: file name : scenario_2.txt
1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.10,391=23231131,394~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.11,391=3456,394~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.12,391=659784,394~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.13,391=654812,394~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.14,391=323,394~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.10,391=97945641564,394~ 1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~ +~~~~~~~~~some data~~~~~~~390=10.10.10.10.10,391=1654594,394~
Now I am trying to split the data like below to a new file scenario_2_n.txt: It should get all the data till last "|" and the date after 390=, and 391=
1|1212|34353|56575|||||4|10.10.10.10.10|23231131 1|1212|34353|56575|||||4|10.10.10.10.11|3456 1|1212|34353|56575|||||4|10.10.10.10.12|659784 1|1212|34353|56575|||||4|10.10.10.10.13|654812 . . . .
Scenario 3: file name : scenario_3.txt
1|1212|34353|56575|||||4|~somedata~10.10.10.10.10~123546~~~~~~~~~~~som +e data~~~~~~~~~~~~~~some data~~~~~~~ 1|1212|34353|56575|||||4|~somedata~10.10.10.10.11~546~~~~~~~~~~~some d +ata~~~~~~~~~~~~~~some data~~~~~~~ 1|1212|34353|56575|||||4|~somedata~10.10.10.10.12~3415646~~~~~~~~~~~so +me data~~~~~~~~~~~~~~some data~~~~~~~ 1|1212|34353|56575|||||4|~somedata~10.10.10.10.13~12156~~~~~~~~~~~some + data~~~~~~~~~~~~~~some data~~~~~~~ 1|1212|34353|56575|||||4|~somedata~10.10.10.10.10~15464~~~~~~~~~~~some + data~~~~~~~~~~~~~~some data~~~~~~~ 1|1212|34353|56575|||||4|~somedata~10.10.10.10.10~8465~~~~~~~~~~~some +data~~~~~~~~~~~~~~some data~~~~~~~ 1|1212|34353|56575|||||4|~somedata~10.10.10.10.10~15654~~~~~~~~~~~some + data~~~~~~~~~~~~~~some data~~~~~~~
Now I am trying to split the data like below to a new file scenario_3_n.txt: It should get all the data till last "|" and the date after second~ and third~
1|1212|34353|56575|||||4|10.10.10.10.10|123546 1|1212|34353|56575|||||4|10.10.10.10.11|546 1|1212|34353|56575|||||4|10.10.10.10.12|3415646 1|1212|34353|56575|||||4|10.10.10.10.13|12156 . . . .
Thanks for looking and thanks for your help.

In reply to Split file using perl and regexp by brad_nov

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 17:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found