Hoping someone can help. I did a web scraping and have recipes in one column, and URL in another. A for each process that goes to the website, gets the ingredients.
From the inital datatable that created the RecipeName column and RecipeURL, I want to add the ingredients as a third column to the existing data table (from the webscraping). The ingredients are trimmed (don’t think that’s correct because theres alot of spaces before and after), and assigned to IngredientsTrimmed. When I go to add data row, It errors. I also didn’t specify which column it should be added to as i’m not sure how.
Once completed it needs to be exported to CSV
So I want this existing CSV from intital data web scraping:
I don’t have these variables declared, because they were created through the web scraping. Should I add them anyway? would it leave them blank and only add values into the third column then?
@Teja_L I did what you said but i’m still getting the same for each row error listed above
Ok strange it’s the activities. I have them installed in mine but when I open your file I don’t have any. I’ve redownloaded them but what is write range from? I’ve installed a few but it’s not validating
Ah found it didn’t realise it was on the top right! Will check out package now