We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the mcsv.fields are hard coded for country in importcsv.go and these should use the looked up meta.
The text was updated successfully, but these errors were encountered:
OK done ... but need to confirm testtypes imports ok
Sorry, something went wrong.
Add testtypes for integration test + need to fix build flag for integration
Now we have generated country in models failing because it wants uppercase field names?
If the fieldnames are not uppercase then they are private! ... doh so we have to make them all uppercase by default.
Still getting import errors when use inspect generated models.go
No branches or pull requests
Currently the mcsv.fields are hard coded for country in importcsv.go and these should use the looked up meta.
The text was updated successfully, but these errors were encountered: