dev.socrata.com
dev.socrata.com copied to clipboard
Investigate: Could the code snippet generator also generate the row classes for soda-java?
Seems like it could. We've got all the metadata we need in the page template.
Thanks Chris.
This will also help to handle updates as the data supplier creates new versions of the data and changes the fields which is the case with the data I'm looking to use. Each year they release a new data set and frequently modify the fields. If they have the version stored in the schema, that would then help to check the schema version and use the appropriate fields/class version matching the data set.
But a first quick version that simply creates the Consumer class based on the schema would be great.