convert numbers in a text document to words

abeetbhat1995
abeetbhat1995 New Altair Community Member
edited November 5 in Community Q&A

i want to convert numbers in my txt document to words 

e.g 6 should be converted to six 

is that possible??

Best Answer

  • Thomas_Ott
    Thomas_Ott New Altair Community Member
    Answer ✓

    Yes you can do that. Just adjust the parameter in the Tokenize operator not to be "non letter" and use a Replace Tokens operator to change '6' to 'six.' Or you can use a Replace operator outside the Process Documents operator to do it as well.

Answers

  • Thomas_Ott
    Thomas_Ott New Altair Community Member
    Answer ✓

    Yes you can do that. Just adjust the parameter in the Tokenize operator not to be "non letter" and use a Replace Tokens operator to change '6' to 'six.' Or you can use a Replace operator outside the Process Documents operator to do it as well.

  • abeetbhat1995
    abeetbhat1995 New Altair Community Member

    thnks it worked perfectly for me :smileyhappy: