Hello,
New to Outsystems. I'm creating a project where I have a table with some files. When I click on the filename, I want to display the contents of the file in a Datagrid. I'm also getting a delimiter from the user, with which I would want to separate the data in the file into different columns for which I'm using the string split function. To display the contents in the Datagrid is challenging for me. Any help or guidance would be great.
Thanks,
Madhu
Marcelo Ferreira wrote:
Hi,
Check if this component is of any help. If you still have some doubts let me know.
Regards,
Marcelo
This really helps as a temporary solution. Thank you!
what kind of files you want to upload ? cause display of content will be different for each type like for excel file and pdf files and others.
Suprio Roy wrote:
.txt file.
Hi Madhumathi Kannan,
Please check the component of Datagrid. I hope it will help to implement
https://www.outsystems.com/forge/component-overview/5555/data-grid-sample
https://success.outsystems.com/Documentation/Development_FAQs/How_to_use_Data_Grid
I hope it will help you to get a solution as per your requirement if I am correct.
Waiting for your valuable response,
Thank you,
Sudip
Sudip Dey wrote:
I am trying to use the Datagrid, but am stuck while separating the data and displaying it.