How to read and map CSV's multi line header rows using python
问题 I have a CSV file which is downloaded from database(as it is in CSV) and now I have to parse into JSON Schema. Don't worry this link just github gist Problem I am facing is its Multi line Header check CSV File Here If you take notice in the file: On 1st line of CSV it has 1st line of headers then next line has all the values for those headers. On 3rd line of CSV file it has 2nd line of headers then next line has all the values for those headers. On 5th line of CSV file it has 3rd line of