Skip to content

Commit f74c1f2

Browse files
authored
Update ingest-json-formats.md
Fix step 4: Events -> RawEvents
1 parent faa9ad5 commit f74c1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-explorer/ingest-json-formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Array data types are an ordered collection of values. Ingestion of a JSON array
422422
1. Ingest data into the `RawEvents` table.
423423
424424
```Kusto
425-
.ingest into table Events h'https://kustosamplefiles.blob.core.windows.net/jsonsamplefiles/array.json?st=2018-08-31T22%3A02%3A25Z&se=2020-09-01T22%3A02%3A00Z&sp=r&sv=2018-03-28&sr=b&sig=LQIbomcKI8Ooz425hWtjeq6d61uEaq21UVX7YrM61N4%3D' with (format=multijson, jsonMappingReference=RawEventMapping)
425+
.ingest into table RawEvents h'https://kustosamplefiles.blob.core.windows.net/jsonsamplefiles/array.json?st=2018-08-31T22%3A02%3A25Z&se=2020-09-01T22%3A02%3A00Z&sp=r&sv=2018-03-28&sr=b&sig=LQIbomcKI8Ooz425hWtjeq6d61uEaq21UVX7YrM61N4%3D' with (format=multijson, jsonMappingReference=RawEventMapping)
426426
```
427427
428428
1. Review data in the `Events` table.
@@ -643,4 +643,4 @@ Dictionary structured JSON contains key-value pairs. Json records undergo ingest
643643
## Next steps
644644
645645
* [Data ingestion overview](ingest-data-overview.md)
646-
* [Write queries](write-queries.md)
646+
* [Write queries](write-queries.md)

0 commit comments

Comments
 (0)