Cut syslog messages, strugeling on commas between quotes
Hello
Demisto get a syslog message from panorama from threat log.
To clarify my problem, here a simplified syslog output, which Demisto gets in:
1,2,3,"jon,doe",5,6,7 (Example: Mail Subject)
My Problem lies on the syslog incoming Mapper, I would like t
...