Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Word count

$
0
0

Hi,

 

I have a table like this

 

Client     Text

1            I like the product a lot

2            The product is expensive

...           ....

 

Now, I want to count the number of words for each row. So, I want to produce a new column like that:

 

Client     Text                                          Wordcount

1            I like the product a lot               6

2            The product is expensive         4

...           ....

 

Any idea how to do this?

Thanks a lot,

Best,

cb2loac


Viewing all articles
Browse latest Browse all 4999

Trending Articles