🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer
    Hi Gianluca,

    There is a third method which uses a Python script inside the RM process.
    So you have first : 
     -  to install the Python Scripting extension from the Marketplace.
     - to install Python on your computer

    More over you have to copy the link of your 55 URLs in the Excel file in attached file : 
    Here a screenshot of this XLS file with the 3 URLs you shared : 



    Secondly open the Python script and modify the 2 following variables : 
     - path : it is the absolute path where the Excel file containing your URL links is stored. Don't forget the quotes ('')
     - path_to_JSON : it is the absolute path of the directory where all your 55 JSON files will be stored after extraction of the URL content. Don't forget the quotes ('')



    Thirdly, set, in the Write Excel operator parameters, the filename and the directory where your final output excel file will be stored : 



    Finally execute the process. In addition of the generated excel output file, the data will be available as an example set inside RapidMiner.
    Here a screenshot of the output excel file : 



    Hope this helps,

    Regards,

    Lionel

    PS : the process is in attached file