csvRead problem, need help

I am a total beginner and having a problem reading from the CSV file.
I need to read names from the 1st column row by row
and insert them into a field on the website and repeat selecting the next name.

Screenshot: Screenshot by Lightshot

CSV file: Gofile - Free Unlimited File Sharing and Storage

how can I make it work?

You must use csvread command and !csvreadlinenumber to set the line number to read after you must use ${!COL1} ${!COL2} ${!COL3} to fill the field.

https://ui.vision/rpa/docs/selenium-ide/csvread

can you please send me an example macro for that ?
im so beginner in this

Here there are some exaples

https://ui.vision/rpa/docs/selenium-ide/csvread

UIvision also installs two demo macros for this: DemoCSVRead and DemoCSVReadArray.