So you'd like to import a CSV File...

Speaker: Jens Weller

Audience level: [ Beginner | Intermediate | Advanced ]

A talk reflecting on the experience of handling CSV files with C++.

For various reasons I've had to deal and plan around reading CSV files this year. This talk is mainly about writing the import for EventBrite this year. It will cover the basics of reading CSV, but also some of the other pitfalls that await you within the interaction of CSV format, Standard C++ and Qt itself.