🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

convert numbers in a text document to words

abeetbhat1995User: "abeetbhat1995"
New Altair Community Member
Updated by Jocelyn

i want to convert numbers in my txt document to words 

e.g 6 should be converted to six 

is that possible??

Sort by:
1 - 1 of 11
    Thomas_OttUser: "Thomas_Ott"
    New Altair Community Member
    Accepted 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.