Skip to content

Commit 71eee67

Browse files
committed
1668809, fixed one more typo.
1 parent 75928c7 commit 71eee67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ For all ingestion methods other than ingest from query, format the data so that
128128

129129
Schema mapping helps bind source data fields to destination table columns.
130130

131-
* [CSV Mapping](/azure/kusto/management/mappings?branch=master#csv-mapping) (optional) works with all ordinal-based formats. It can be performed using the ingest command parameter or [pre-created on the table](/kusto/management/create-ingestion-mapping-command) and referenced from the ingest command parameter.
132-
* [JSON Mapping](/azure/kusto/management/mappings?branch=master#json-mapping) (mandatory) and [Avro mapping](/azure/kusto/management/mappings?branch=master#avro-mapping) (mandatory) can be performed using the ingest command parameter. They can also be [pre-created on the table](/kusto/management/create-ingestion-mapping-command) and referenced from the ingest command parameter.
131+
* [CSV Mapping](/azure/kusto/management/mappings?branch=master#csv-mapping) (optional) works with all ordinal-based formats. It can be performed using the ingest command parameter or [pre-created on the table](/azure/kusto/management/create-ingestion-mapping-command) and referenced from the ingest command parameter.
132+
* [JSON Mapping](/azure/kusto/management/mappings?branch=master#json-mapping) (mandatory) and [Avro mapping](/azure/kusto/management/mappings?branch=master#avro-mapping) (mandatory) can be performed using the ingest command parameter. They can also be [pre-created on the table](/azure/kusto/management/create-ingestion-mapping-command) and referenced from the ingest command parameter.
133133

134134
## Next steps
135135

0 commit comments

Comments
 (0)