anna
anna

Reputation: 445

Ingesting inline into Kusto

Can we ingest records inline into Kusto using an ingestion mapping reference? Suppose I have some records for testing and wanted to ingest it using an ingestion mapping reference from the Kusto console. Is there a way to do that?

Upvotes: 1

Views: 978

Answers (1)

Avnera
Avnera

Reputation: 7638

If this is for testing the mapping, you can use the "Ingest New Data" experience in the Web explorer tool, or the "Import data from local files" button in the Kusto Explorer tool.

If you are doing inline ingestion, the ".append" command will be easier. and to your question, yes you can do it by specifying the mapping using the ingestion property: "ingestionMapping"

Upvotes: 2

Related Questions