Csv file converter c++

Job ID: 33697646

Budget: ₹400 – ₹750 INR

Download the next sheet 'NZ5_flightdatar' as a CSV file onto your laptop/PC
3
Task-1 Write a program to open the file and read the CSV file
4
Task-2 Create a class having same names as columns in the CSV file
5
Task-3 Parse the CSV data into an array of structs/objects (Use of std library, C++11 features carries weight)
6
Task-4 Sort the Array based on the first column 'Time'
7
Task-5 Output the entire sorted data as points into a GeoJSON file
8
Task-6
Load the sorted data into a postgres/mysql/sqlite database table with same columns (programmatically using DB drivers) and show output in pgAdmin/mysql