Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Hi All, Have an excel file I am trying parse but not being good with the parse spread sheet module is not acting as expected. Instead I want to convert to txt and then parse.

data: ABCC BRL Opening Balance "85,604.65" Closing Balance "85,604.65" EUR Opening Balance 0.19 Closing Balance 0.19 GBP Opening Balance 0.04 Closing Balance 0.04 Calc Balance 453,000 ABCC is name BRL is currency

what I want is to get the name,Currency and then closing amount. Unless there is a calc balance associated with the currency then I want that.

so ouput would look like this:
ABCC,BRL,"85,604.65" ABCC,EUR,0.19 ABCC,GBP,453,000 <--calbal. If I can be pointed in the right direction I would be deeply indebted +to ya's Thanks

In reply to Parsing problem by mmittiga17

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 wandering the Monastery: (7)
As of 2024-03-28 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found