EDI or TXT file viewer

0
Hello together,   We are currently building an application where our suppliers can upload and test their EDI data independently.   We would like to add a file viewer that displays the EDI file (The EDI file is actually a text file with a different file extension). I know that there are file viewers in the Marketplace but they do not support the extension ".edi" nor do they support “.txt”.   Is there a solution for this? – Thanks a lot in advance!   Best regards Alejandro
asked
1 answers
0

Try the StringFromFile java action from the CommunityCommons module. Put the result in a string attribute and show it on screen.

answered