Hi Team,
How can i able to preview the .txt, .rtf, .csv documents in reactive web app.
I have referred Reactive Web Previewer plugin but it does not support the .txt, .rtf, .csv formatted files.
Any suggestion?
Regards,
Ellakkiya.S
Hello,
For .txt I know for sure that if you use BinaryDataToText action from BinaryData extension you can see the content of that specific text file. For csv/rtf not sure, maybe it works the same, otherwise you would need something like an Excel previewer (which uses some 3rd parties to achieve this)
Bogdan