Here is the problem: I have a server. Everyday there is a file uploading on it. Let's say 100,000 lines. instead of doing it manually import to the DB day by day, I want to write a Java service which runs once in a day automatically and import that file to the DB.
↧