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.
.create table DynamicTable (Data: string)
.ingest inline into table DynamicTable <| ["AAA", "BBB", "CCC"]
enter image description here
i tried mapping json, changing the type to csv but nothing worked
New contributor
Sachin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.