Skip to content

Commit 72ac5da

Browse files
Update ingest-sample-data.md
Updating as suggested
1 parent 1e85375 commit 72ac5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-explorer/ingest-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The **StormEvents** sample data set contains weather-related data from the [Nati
3535
```Kusto
3636
.create table StormEvents (StartTime: datetime, EndTime: datetime, EpisodeId: int, EventId: int, State: string, EventType: string, InjuriesDirect: int, InjuriesIndirect: int, DeathsDirect: int, DeathsIndirect: int, DamageProperty: int, DamageCrops: int, Source: string, BeginLocation: string, EndLocation: string, BeginLat: real, BeginLon: real, EndLat: real, EndLon: real, EpisodeNarrative: string, EventNarrative: string, StormSummary: dynamic)
3737
```
38-
1. Paste in the following command, and select **Run** to ingest data into StormEvents table from StormEvents.csv file.
38+
1. Paste in the following command, and select **Run** to ingest data into StormEvents table.
3939
4040
```Kusto
4141
.ingest into table StormEvents h'https://kustosamplefiles.blob.core.windows.net/samplefiles/StormEvents.csv?st=2018-08-31T22%3A02%3A25Z&se=2020-09-01T22%3A02%3A00Z&sp=r&sv=2018-03-28&sr=b&sig=LQIbomcKI8Ooz425hWtjeq6d61uEaq21UVX7YrM61N4%3D' with (ignoreFirstRecord=true)

0 commit comments

Comments
 (0)