Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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?