Hi @AzureSent-0127 , parse operator would be the thing you should be looking at :
Syntax
T | parse
[ kind=
kind [ flags=
regexFlags ]] expression with
[ *
] stringConstant columnName [:
columnType] [ *
] ,
...
Please go through below link for further details:
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/parseoperator#syntax Thanks