So here's my question. I have a giant text file of data and I need to input all of this data into a mySQL database fast through obviously using a java program. My only problem is that, the data is identified by a certain ID. Some of these ID's have duplicates and contain all the same info as eachother. I would like to remove all of these for sorting purposes and clarity sake.
What would be the best way to go about this? If anyone could help I'd appreciate it!
Thanks.