How to read csv data

The import csv can be used for reading csv files.
You need this to be a different action?
I mean the user that uploads the csv you want to read it and viewits content?
Or the csv can be viewd on any time bu any other user?

Anyway, you can assign on the import csv step, the (already) uploaded csv and use the server ArrayList to create a list of them.
Check this

start from [2-0-working-with-array-lists](How to use Server Action Array Lists

1 Like