Delimited Text Extractor – Extract text between delimiters
Example: “Hello [world] and [universe]” with delimiters [ ] → extracts: world, universe
Example: “name=John,age=25,city=NYC” with = and , → extracts values or keys
🔴 LIVE EXTRACTION
Example: “Hello [world] and [universe]” with delimiters [ ] → extracts: world, universe
Example: “name=John,age=25,city=NYC” with = and , → extracts values or keys