Hello,
I wanted to scrap data from IMDB.
I wanted to review games on basis of their ratings. If rating is >=9.0 then “good”, if rating is <9.0 and >8.7 then “avg” else rating is <8.7 then “bad”
So, I have scrapped first 1000 pages from IMDB and I wanted this data in csv in 3 columns.
- NameofGame
- Ratings.
- FinalReview
I have created workflow but I am getting an error on if condition.(can not find Column 3)
Please help on above workflow.