Maybe I should re-phrase - if I were to perform a word count on my previous post, it would show
Text CountofText
obtain 2
"obtain" 1
'obtain' 1
but I would like the SQL to be written in a way to show
obtain 4
If this cannot be done with the TextInputFormat perhaps another way?
TIA Stan