[Solved] Qt separating csv file and storing to differnt variables
Depending on the file structure (does it contain line/column headers, single/multi-line?) you use QString::split() to get a QStringList per line. Then you assign the stringlist items to the variables according to your csv structure knowledge. 0 solved Qt separating csv file and storing to differnt variables