Comment on textfsm – Python module for parsing semi-structured text into Python tablesComments−imurray13yQuick link into the introductory documentation: http://code.google.com/p/textfsm/wiki/TextFSMHowto — one specifies a state machine in a text template file that can include regexes and has a simple "->" syntax for state transitions.
Comments
Quick link into the introductory documentation: http://code.google.com/p/textfsm/wiki/TextFSMHowto — one specifies a state machine in a text template file that can include regexes and has a simple "->" syntax for state transitions.