Hi Experts,
I Need your help.
There is a use case where I am designing an Interface from where the user uploads a CSV file and I have to convert that CSV file data to CDT.
And once this has been converted into CDT I have to show that data in a read-only grid on the Interface.
Thank you in advance for your support!
Below is the overview of the data of my file:
Discussion posts and replies are publicly visible
I think Excel tools plugin might be able to help you. You can use that plugin to store the csv data into database, query it from db and show on your UI.
Please refer the below link for more contextcommunity.appian.com/.../excel-tools
Provided that the CSV file you're using will not be huge (over 1000 lines) and will have a consistent delimiter used, it looks like you can use the function "previewcsvforimport()" found in the Log Reader plug-in.