How to add multiple csv's as .zip file new Azure Machine Learning Designer (Non-Classic)

Soumyakant Sahoo 6 Reputation points
2020-12-20T15:52:00.287+00:00

In classic mode there was option of adding multiple csv files zipped into a folder and uploaded into the Azure ML studio (classic). I want to achieve the same in the new Azure Machine Learning designer (non-classic) but I don't see the option of upload .zip file.

49733-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,115 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,531 Reputation points Microsoft Employee
    2020-12-21T08:35:52.17+00:00

    @Soumyakant Sahoo I believe you are referring to this feature of the classic version where the ability to unzip multiple csv files is available for a zip file.
    This module in the designer though is not ported and the recommendation to import multiple files if they are in a similar format is to use the import data module with the files on your datastore where the tabular data can be imported with the following conditions:

    • To include all data files in the folder, you need to input folder_name/** for Path.
    • All data files must be encoded in unicode-8.
    • All data files must have the same column numbers and column names.
    • The result of importing multiple data files is concatenating all rows from multiple files in order.

    After the above module runs successfully you can use the data manipulation modules to further process the data and train your model.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.