Hai

I'm trying to use VB.NET to read a csv file, so to process its data
and eventually store (some of) it into a posgresql database. However,
I don't know how to copy csv data from the specific cell column , for example I want copy data start from cell C13 to the end .

this is my code

conn.Open()
'copy data from csv to posgresql
cmd = New NpgsqlCommand("copy tesTable9...