Recent content by Jerry Sivan

  1. J

    Looking for the fastest open source library to parse CSV

    Thanks for your quick reply. Sorry, but I need to program with my own business logic (which is complex, interacting with other business modules in my system) in step 2.
  2. J

    Looking for the fastest open source library to parse CSV

    I would like to to read and process huge CSV files with millions of records, which we collected from the communications carriers' network.Here is my logic as a simplified procedure: 1) Read the CSV file with FTP protocol 2) Parse the CSV file with my own logic, such as combination, duplicates...
  3. J

    Comp Sci Java - Importing .csv file for calculating selected averages

    I would like to provide the following code in calculating average rainfall, maximum or minimum temperatures. public static void readCSV() throws FileNotFoundException { // 1st, config the CSV reader, such as line separator, column separator and so on CsvParserSettings settings =...
Back
Top