Hello Experts!
I need code to:
Import a .csv file (comma delimited) into a data table with 2 columns
(note. the second column value is irrelevant at this time)
Then:
I will be reading each row from a 2nd datatable and IF the first column of 2nd table is equal to any value in any of the rows in the 1st column of the 1st datatable...do something.
I have the 2nd table in place already, and the do something is also there...just need to connect the final pieces.
Thanks.
Michael
Start Free Trial