Skip to main content
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

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.


Reply