Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Columnwise parsing of a file

by tmharish (Friar)
on Feb 26, 2013 at 09:56 UTC ( [id://1020646]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Columnwise parsing of a file
in thread Columnwise parsing of a file

In the absence of field delimiters you need to make use of the structure of your data.

In this case is the Product ID always an integer? Is the cost always a single word ( [\w\d]+ )? and is the Product type a single word?

Without some such pattern, a general solution, may not be possible.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1020646]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 17:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found