Forum Discussion
ChristopherKerry
Mar 18, 2021Copper Contributor
Turn off validation for a column existing in a table when searching
Is there a way to turn off validation for if a column exists in table when searching? I'm using the below KQL to pull key value pairs from logs and create each key as a separate column. Sysl...
- Mar 18, 2021
ChristopherKerry Take a look at column_ifexists()
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/columnifexists
GaryBushey
Mar 18, 2021Bronze Contributor
ChristopherKerry Take a look at column_ifexists()
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/columnifexists
ChristopherKerry
Mar 18, 2021Copper Contributor
That works brilliantly - thanks GaryBushey