Skip to content

Commit 2d47fec

Browse files
committed
Patch
1 parent 94bbcf6 commit 2d47fec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/machine-learning/how-to-designer-import-data.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Your registered datasets can be found in the module palette, under **Datasets**
4242
![Screenshot showing location of saved datasets in the designer palette](media/how-to-designer-import-data/use-datasets-designer.png)
4343

4444

45-
4645
> [!NOTE]
4746
> The designer currently only supports processing [tabular datasets](how-to-create-register-datasets.md#dataset-types). If you want to use [file datasets](how-to-create-register-datasets.md#dataset-types), use the Azure Machine Learning SDK available for Python and R.
4847
@@ -52,8 +51,8 @@ While we recommend that you use datasets to import data, you can also use the [I
5251

5352
For detailed information on how to use the Import Data module, see the [Import Data reference page](algorithm-module-reference/import-data.md).
5453

55-
[!NOTE]
56-
> If the data has many columns, you may encounter "Validation failed due to size limitation" in Import Data Module. That's because the columns excludes maxmium module parameter length after encode. In this case we recommend to [register the dataset in Datasets UI](how-to-create-register-datasets.md#use-the-ui), which can avoid the error.
54+
> [!NOTE]
55+
> If your dataset has too many columns, you may encounter the following error: "Validation failed due to size limitation". To avoid this, [register the dataset in the Datasets interface](how-to-create-register-datasets.md#use-the-ui).
5756
5857
## Supported sources
5958

0 commit comments

Comments
 (0)