Combining Columns

Questions & Answers about Helium Scraper 3
Post Reply
miket83706
Posts: 1
Joined: Fri Oct 15, 2021 5:44 am

Combining Columns

Post by miket83706 » Fri Oct 15, 2021 5:52 am

How do I combine columns. The following code adds the firstName, lastName, age, and addr to the data table. I would like to simply add a new column after the addr column that consists of the firstName + a space + lastName. How do I accomplish this? I have tried using the + operator along with the Concatenate premade Global.

Extract
firstName
Select.FirstName
lastName
Select.LastName
age
Select.Age
addr
SeleectAddr

Post Reply