NOMAP
- Syntax: #NOMAP [pattern]
Prevents the mapper from parsing the line that matches the specified pattern. If the pattern is omitted, then the line previous matched by a trigger is ignored by the mapper.
NOMAP example
- #TRIGGER {gossips} {#NOMAP}
- #NOMAP {gossips}
- Each of these commands does the same thing. This prevents any line containing the word "gossip" from being parsed by the mapper.