jsampsonyyyyy Posted November 16, 2013 Report Share Posted November 16, 2013 I am trying to use a CSV file to locate records in a proprietary database-type program. I look for a particular value in a field of the CSV file and use the value of another field as key to find a record in the database program. I get an error message saying such-and-such is not a value that exists. But the such-and-such it says is not a valid value occurs neither in the CSV file nor in the database program. Where it comes from I cannot guess - some area of computer memory remote from anything I am doing, I guess. Quote Link to comment Share on other sites More sharing options...
Cory Posted November 16, 2013 Report Share Posted November 16, 2013 I don't understand you. How are you searching the CSV file? Are you using ASCII File Process? It's best if you provide a sample of your code that replicates the problem you are experiencing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.