Search:

Type: Posts; User: java42069

Search: Search took 0.50 seconds.

  1. Replies
    3
    Views
    1,092

    Re: Parsing CSV file

    That is my goal in the end of things. I have already created classes to represent the data I want to handle. Right now I more or less want to understand more about how I am parsing the file. Getting...
  2. Replies
    3
    Views
    1,092

    Parsing CSV file

    Ok, so I have a basic understanding of how to parse a csv file. My CSV basically looks like this:



    I am using this code to read the csv file:


    public void readCSV() {
    try {
    ...
Results 1 to 2 of 2