I would like to use the JavaScript Transform to create a new column that contains the first word of an existing column.
What is the JavaScript to do so?
I didn’t see an example in the JavaScript Help documentation.
Perhaps the Extract Transform could contain some basic selectable arguments such as return First Word, First # words, Last word, Last # words.