Import data from Text file

0
Hi All  I have one requirement i.e need to import data from txt file that was located in app directory resource, i am expolring regarding this but didn't get any suggestions, So Please any One give suggestions or comments. Thanks In Adavnce.  
asked
1 answers
0

to read a text file you can try to use the java action StringFromFile from the community common module.

The complex part is to download the file in this directory, not sure if this a good things to do it that way.

But you should be able to download a resources.zip file https://your-url/resources.zip

inside that zip file you should be able, in theory to access the text file. 

answered