Re: [Pyparsing] setResultsName() not working as expected
Brought to you by:
ptmcg
From: cathal c. <cof...@gm...> - 2011-07-02 22:23:59
|
I made a typo in my first email the line field = '.suppress() + Combine(Word(alphanums)) should read field = Literal(').suppress() + Combine(Word(alphanums)) However this still doesn't solve my problem. Can you please explain why the two code snippets shown in the first email aren't equivalent? |