Error while using read url operator

srinisrini Member Posts: 9 Contributor II
edited October 2019 in Help
When I try to connect read url operator to the write file operator in order to store data in a repository, I am getting the following error:

Wrong data of type 'Data table' was delivered at the port 'file'. Expected data of type 'file'

Please assist
Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    the "Write File" operator is for creating a file on your file system or for writing binary data to the repository. To store RapidMiner objects like the result of your "Read URL" operator in the RapidMiner respitory you can use the "Store" operator.

    Regards,
    Marco
Sign In or Register to comment.