.txt File Import

0
Hi,      I want to import .txt files into my application could you please suggest any possible ways to import txt file, or suggest how to create microflows for .txtfile importing
asked
2 answers
0

Hello Madhavi Vangala,

 

You can just upload the file and then make use of the StringFromFile action in the community commons module to get the contents of the file.

 

Hope this helps,

 

Good luck!

answered
0

you can use Community Commons module

here just pass your .txt file to "stringfromfile" java action , it will return content of txt file as a string 

image.png

answered