[Solved] Qt separating csv file and storing to differnt variables

[ad_1]

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

[ad_2]

solved Qt separating csv file and storing to differnt variables