The dilimeter file I searched for individual lines of code from the obvious sharp differences in the data (for example, 1. ",", 2. ":", 3. ";", etc.). I found the answer using the following line of code:
String arr[ ] = line.split(","); OR String arr[ ] = line.split(":");
source share