You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think my answer remains the same. And I'm not even sure this is possible to do in the deserializer. And it should really be supported in serialization. And on top of that, this strikes me as ambiguous with the feature of capturing the "tail" of the record: https://docs.rs/csv/latest/csv/struct.Reader.html#rules
I've just encountered the same problem as was described in #353. I was wondering about a different solution:
Given a header with duplicate fields:
I wonder if the values could be deserialized into a vector. Assuming this is the definition of the struct:
The text was updated successfully, but these errors were encountered: