Skip to main content
Cadet | Tier 2
June 2, 2022
Question

Number to text

  • June 2, 2022
  • 1 reply
  • 60 views
Hi, we are using v11 version, I need to convert numbers as a text Example: 2168 - two one six eight Please give me the solution it is very urgent requirement Remember: it is v11 version I was waiting last 2days to still no one is giving the response

    1 reply

    Most Valuable Pathfinder
    June 30, 2022

    You could create a CSV file with two columns. One for the numeric value and the other for the text value. Then you could loop through the CSV file and when you find the number in column one, get the text value of column two, and exit the loop. The CSV file can be a bot dependency for the task.