How to retrieve file document (csv) to string variable ?

0
  Hi all, I would like to get data that store in file document (.csv) and store in string variable. Is it posible to do that ?   My file a.csv that store in file document 123|456|789 abc|def|ttt   variable a=” 123|456|789 abc|def|ttt”
asked
1 answers
1

There is a StringFromFile java action in the CommunityCommons module that does what you need.

answered