Hi solucan03! This is absolutely possible. When a CSV is imported with the plugin, it creates a CSV_Map object. There is a function specifically for what you’re asking - “GetRowAsStringArray”. It just needs the “key” for the row you want, which is the value in the first column of the CSV. You can also get just a specific cell value, “GetRowValueAsString”, based on the row/column name.