I am new to UiPath and I have a use case mentioned below:
I want to scrape the data from a website and store it in the form of JSON using UiPath and send it to my databricks notebook to create a dataframe and apply transformations to it
Want have I done till now:
I created a process using the UiPath studio and can scrape the website, extract the data table, and write it in an excel sheet.
Need help on:
How can I solve the use case mentioned above
What tools and applications do I require and the flow I have to follow
Any resources which can help me to solve this
What would I personally do? My personal choice is # 1 as it make my life easier and works with my current infrastructure setting.
Think of it as a pipeline:
UiPath Extraction Storage Media (UiPath/3rdParty) API Request Databricks
UiPath Extraction API Request Storage Media (Databricks) Databricks
It helped me in resolving my questions but I need to know a few more things
We require UiPath Studio for creating the workflow and I did it and published it to the workspace in UiPath Cloud but how should I call it or start this workflow - do we have any APIs which start the workflow on UiPath?
Do we require a Desktop application which should be active when this workflow is processing?