How to group records based on dates in java?
I have a data-set which has 10K rows and each row is appended at the end
with a random date between, say 06-01-2010 through 06-10-2010. I need to
group the rows based on those 10 different dates and put all the rows with
the same date in a folder which has the date as its name.
I am not very much into Java and so any help would highly be appreciated.
Thanks a lot in advance,
No comments:
Post a Comment