Read entire CSV

I am trying to search a csv for a value and if it has that value I don’t want to continue with the macro. However, I need to search the entire csv not a single row or column. Alternatively, If there is a way to csvsave into a single row and then read that entire row for the value that would work. How would I go about doing this?

You can import the CSV into an array, and then use Javascript to search the array.

That would be so useful for me, what´s the command for that?