Relative Content

Tag Archive for kqlazure-data-explorerdata-ingestionaskqlkqlmagic

insert an array in column of the kql table

I have an string array [“AAA”, “BBB”, “CCC”]
tried to ingest this inline into table which contains single dynamic column but its getting ingested only till first comma.