Hi
Can I have some plugins for the following requirement,
Discussion posts and replies are publicly visible
Use the Excel Tools plug-in (readcsvlogtoCDT()) to parse the uploaded CSV into a CDT and then display the CDT list in a grid; for large files, use the CSV Importer Smart Service to load into DB before showing in a grid.
readcsvlogtoCDT()
Functionality wise, the plugin supports to read data from document without involving database. For example, all these functions can read and return the excel data in an expression rule which can be used to render data in the grid.
Depending on your need and load expectations, you can design the app to read data directly from document or db.
rohithy954798 said:readcsvlogtoCDT()
I'm not sure this is actually in *Excel Tools* (if so it's not in a version I can check), but also, the functions named like "read CSV log ..." are specifically geared to reading one of the Appian system's Log files, and can't be fed a user-uploaded file under any circumstances.