Recent content by Jerry Sivan
-
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.- Jerry Sivan
- Post #3
- Forum: General Engineering
-
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...- Jerry Sivan
- Thread
- Csv Open source Source
- Replies: 4
- Forum: General Engineering
-
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 =...- Jerry Sivan
- Post #9
- Forum: Engineering and Comp Sci Homework Help