Unable to parse data from fileDropZone to Table

I'm trying to upload a CSV file and show the values in a Table below it.

CSV file is being parsed in a string buffer instead of an array.

Any idea what I could be missing?

fileDropZone settings

table settings

I'm using this on macOS Monterey 12.6 & Chrome Browser

There is a separate parsedValue key in the file dropzone.

I think the data you want to pass to your table is {{ fileDropzone1.parsedValue['0'] }}

@benbarry Thank you for helping. That was the mistake I made.