🎉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

Download from Azure Blob Storage

User: "Papad"
New Altair Community Member
Updated by Jocelyn
Hi all,
I want to read data from azure blob storage. My problem is that the data are in JSON format and I want to convert them automatically in an excel file in order to analyze it.
Do you know any way to achieve that?
Thanks in advance.

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "Edin_Klapic"
    New Altair Community Member
    Accepted Answer
    Hi @Papad ,

    the Operator JSON to Data (part of the Text extension) converts data to an ExampleSet.
    Does that work?

    Happy Mining,
    Edin
    User: "Papad"
    New Altair Community Member
    OP
    @Edin_Klapic
    Thanks, I didn't know this operator.
    Also, what I want to do, is that because of the live data I'll have, I want my example set to be refreshed every time I have a new query.
    Is that possible via Rapidminer and then export it to excel? Or have I got to to it via excel and then use RM ?
    Thanks in advance.
    User: "Edin_Klapic"
    New Altair Community Member
    Hi @Papad ,
    Just to understand you right:
    The dataset you want to download changes over time and you want to detect if a change occurred and if so automatically execute the download and conversion process?
    In this case RapidMiner Server is probably the tool of choice with which you can schedule automated process execution.
    A process could check if the dataset changed and if yes execute the download and conversion process.

    Happy Mining,
    Edin
    User: "Papad"
    New Altair Community Member
    OP
    @Edin_Klapic
    Every 10-15 seconds new data will be released. Every time a new query is releases I want to transform it immediately to excel and save it, until the end of the day where there will be a dataset with all the queries that have been released during the day.

    User: "Edin_Klapic"
    New Altair Community Member
    Accepted Answer
    Then, @Papad, RapidMiner Server is your tool of choice. You can schedule the process automatically on a flexible basis (cron scheduling e.g. every 20 seconds).
    As a student you can also get an educational license for RapidMiner Server.

    Happy Mining,
    Edin
    User: "Papad"
    New Altair Community Member
    OP
    @Edin_Klapic
    Thanks a lot!