gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnmarshalToCallback without header

fcgxz2003 opened this issue · comments

Can we implement UnmarshalToCallback function but without header?
image

In readEachWithoutHeaders function, it should return "csv is empty" error instead of "no csv struct tags found", because only this csv without headers is empty can get the length of outInnerStructInfo fields is 0.