Reframework doubt

I have a scenario that i want to extract 25 mobile phone list under the range 20000 from both amazon and flipkart,i have to save that extracted mobile phone list to data table and merge both the data table and filter the specific mobile phone company(eg-samsung,redmi etc) and this workflow should be done in reframework ,i got confusion in the gettransaction data how it can be done,i am in a full confusion please help anybody how to do this process in step by step in reframework

Hi @alan_prakash

The input containing the mobile phone list and the price range is it present in the excel?

If yes please have a look which would give an idea.

Thanks

in get transaction data transaction item can be mobile brand, in this case data type of transaction item will be string

No i want to extract from the website first i have to enter both amazon and flipkart then dtascrapping i know how to do it in the normal process but reframework i got pretty confusions
mainly in the get transaction data

@alan_prakash Try the below steps

  • Init State - Open the flipkart application and extracts the data using data scraping and store it in a data table (DT) and do the same process for amazon application and store it in an another data table (DT1)

  • Get Transaction data - Merge the two data tables

  • Process Transaction - Filter the data and write to an excel