Input type file has a special property – parsedValue.It allows you to access the CSV file content as an array of objects without uploading it to the server or parsing it separately.
Use {{ui.input.parsedValue}}.
Here're the steps to show a CSV file inside the Table:
1. Add an Input component, set its type to file.
2. Select a CSV file you need to upload.
3. Add a Table. In the Data property, reference {{ui.input.parsedValue}} as a source. Click Generate Structure.