Hi,
I’m using data scraping to get title and URL from a website. But the URL which is stored in excel is missing “https://www.sgs.com”, rather than storing full URL it stores “/en/news/2021/01/safeguards-01021-cen-publishes-en-71-4-2020-experimental-sets-for-chemistry-and-related-activities”
I have used for each row
Assign:-
row.Item(“URL”)=fixVar+row.Item(“URL”).ToString()
fixVar=“https://www.sgs.com”
URL is column name
Is there any other way to add specified prefix into each row of a column