Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I uploaded a PlainText file in a JSON format to the new Azure Machine Learning Studio (studio.azureml.net), but I cannot connect the PlainText object with any module. I get all the time the error message "Cannot connect PlainText to Dataset...".

At the documentation (here) is written that "Plain text can be read and then split up into columns with the help of downstream preprocessing modules.", but I can't find any downstream preprocessing modules.

1 Answer

0 votes
by (9.6k points)

You can use R or python script to add a JSON file. 

Click here: This is a document on Execute R script and this will give you idea about python script.

Here is a document on how to import data: click here

You can also upload a dataset from your local machine.

Browse Categories

...