Hi Team,
I need a rex command to extract subject field from the event _raw.. Currently i am splitting the fields with comma(,) and extracting the fields based on Index number.
The above scenario is success for 80 % of data but it fails to extract for rest because
subject contains comma within the subject itself which is causing the subject to split into two different fields.
Please share some sample events.
examples of subject
"RE:This is about subject, field"
RE,This is about subject field 1
[internal] "RE:This is about subject field"
"RE:This is about subject field 1,2,3
This doesn't look like a raw event (just the subject field?) - please share the full raw event in a code block </>
Please share some anonymised events in a code block </> to preserve formatting.