Forum Discussion
ratoor
Jan 18, 2023Copper Contributor
String to Column KQL
I want to extend DetectionMethods which is string data type in emailevents table. But this may apply to other tables and situations, EmailEvents
| take 1000
| extend kqlt=parse_json(Detection...
- Jan 20, 2023Have you tried to use "mv-expand" on the columns?
GBushey
Jan 20, 2023Former Employee
Have you tried to use "mv-expand" on the columns?