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
type MyStruct {
ID mssql.UniqueIdentifier `csv:"id"`
}
GoCSV can't unmarshall the id field because it does not know how to create the mssql.UniqueIdentifier, but I can't create my own converter because that struct is out of my scope, it would be nice to be able to add customs converters in other way.
The text was updated successfully, but these errors were encountered:
Imagine I have the following struct
GoCSV can't unmarshall the id field because it does not know how to create the mssql.UniqueIdentifier, but I can't create my own converter because that struct is out of my scope, it would be nice to be able to add customs converters in other way.
The text was updated successfully, but these errors were encountered: