How to read data from a csv file

I have a csv file. PLease explain step by step command in reading data from a csv file

You must use csvRead command to read csv file

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

Maybe the question should be what do you want to use the csv data for and in which language are you doing it (python,php, java, etc)

This is taking first row…can you explain how to loop it…

Here info about loop