Hi All I have a CSV file, which has data such as "username", "emailid","enabledFlag", "links" I want to manipulate or filter my csv files using java, my objective is to create a list or array based on the emailid domain and the enabled flag. I can achieve this by using excel or using a db, but my intention is to make use of java and do this task and learn java programming. So far what I have done is that using Bufferreader I read the CSV file and displaying the name and links How could I filter or manipulate the csv file based on the email id and enableflag. I would like to request you for guidance Thanks Joseph John
-- You received this message because you are subscribed to the Google Groups "JPassion.com: Java Programming" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/jpassion_java. For more options, visit https://groups.google.com/groups/opt_out.
