Overview
Provides an expression function that can be used to read a specific number of lines from a text file and return them as a list.
Note: that it is not recommended to return all lines at once.
Key Features & Functionality
We are getting the following error when trying to deploy this to our environment (in stdOut.log)
The Plug-in com.nathanthered.plugins.textfilefunctions Module readLinesFromTextFile is missing the following internationalization bundle(s) for Locale en_US: [com.nathanthered.plugins.textfilefunctions.readLinesFromTextFile]
Rollback to V1.0.1
Hello
I want to read from a text file and parse its contents in Appian. Only challenge is my txt file has some characters in Chinese language which readlinesfromtextfile functions is not able to read properly.
Does readlinesfromtextfile support Chinese/ any UTF 8 characters/ any language other then English?
Some sample Chinese text in my file is 肖恩
After reading above text, it shown ? for these characters in Appian, we have enabled Chinese language from admin console.
Is there any other way of reading non English characters from text file in Appian?