Hi Can anyone please help me to write amounts in lettersExample:1,932Would be converted toOne thousand nine hundred and thirty-two
Thanks a lot in advance
@Keisi ,
do you want to play with Python 🐍?
https://github.com/savoirfairelinux/num2words
@grossal or @clmc9601 might give you links to their articles or give you words of encouragement.
i would solve it natively by parsing the number as text and writing my own logic.
cheers,
mark
Hi @MarqueeCrew
Thank you for sharing this resource. The thing which got me excited about this package is the easy-to-use language support.
@Keisi Python should be the preferred method to go unless your company has governance against python usage. If that's the case as @Yoshiro_Fujimori suggested refer to Challenges 234 & 235 for building the required logic.
Cheers and have a nice weekend you all !
This weekly challenge might be of some help.
https://community.alteryx.com/t5/Weekly-Challenge/Challenge-235-Spell-It-Out-For-Me-Part-2/td-p/640995/page/13
Thank you for your help @MarqueeCrew, I managed to solve it using Python as you suggested 🙂