CSV import. Replaced old ASCII parser by the new RifCsvUserDataParser

This commit is contained in:
Bjørn Erik Jensen
2017-11-28 08:51:13 +01:00
parent 3b1775ad4d
commit 6d4820a691
12 changed files with 177 additions and 301 deletions

View File

@@ -56,6 +56,7 @@ public:
{
}
std::string columnName() const;
size_t itemCount() const;
public: