Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

java application to read a text document

Hi,

I am looking for a java application which reads a text document(later on I should be able to change to accept other input formats) say xyz.txt as in attachment.After reading the document with say 2 records java application should build a query againest oracle database and find out if those 2 records are already there or not in a table called 'names' under schema say 'HR'. Accordingly it should prepare a report of missing records document. Any ideas, suggestions, sample code, links, source code highly appreciated. Thanks in advance
xyz.txt
SOLUTION
Avatar of dpearson
dpearson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

Can you please let me know how to form the query to after readog the string for each line in the file. Please advise