Training
Bootcamp
Courses
Tech Sessions
Resources
Blog
Tips
GitHub
YouTube
Newsletter
Playgrounds
Pricing
Sign In
Become Member
TTP Parser
Validate and test the parsing of your TTP templates
Tools
J2 Renderer
TTP Parser
TextFSM Parser
XPath Tester
Members Only
JMESPath Validator
JSON Schema Validator
Data Format Converter
Help Us Improve
TTP Template
{{ vlan_id }} {{ vlan_name }} active
Raw Text
VLAN Name Status Ports ----- -------------------------------- --------- ------------------------------- 1 default active 100 VLAN100 active 200 VLAN200 active 300 VLAN300 active
Result
[ [ { "vlan_id": "1", "vlan_name": "default" }, { "vlan_id": "100", "vlan_name": "VLAN100" }, { "vlan_id": "200", "vlan_name": "VLAN200" }, { "vlan_id": "300", "vlan_name": "VLAN300" } ] ]
Parse
Share
Auto-Sync