I'm receiving the following error
C:\Folder\subfolder1\subfolder2\file.csv
com.microsoft.sqlserver.jdbc.SQLServerException: Error converting data type varchar to numeric.
I've done some googling and although i understand roughly what this means, i don't know how to resolve it.
This is part of a batch file job running a total of 15 imports into a database. 13 of the others work fine.
So how do I search within the csv for the problematic data ?