-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
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
simplify column headings, remove spaces #3
Comments
👍 |
Thanks for the feedback, @jbroquist! I want to make it as short as possible, but still clearly legible as words. |
I am happy to see that the json format is used by others 😄 I think it is a good change. I personally reformat the json to something more compact ( keeping only 1 description and remove the irs_reportable field ), but that's for the need of my application which is very specific. |
I assume people use edited description, but if you aren't that would be helpful to know. The |
I've found having all sources are quite useful, especially when trying to determine the source of the |
I think keep all the fields we have now is making sense. Thanks to JSON it is very easy to consume and transform by people, if they need to. So I am 100% in favor of the changes your mentioned in your first post. |
Okey doke. I think that commit addresses this issue and the feedback you've provided. Thanks for your thoughts! |
I just used the json formatted data for the first time and realized the "column" headings in the csv are not great as json array keys - they are long which makes the data bigger than necessary and they have some spaces, both of which makes code handling them look odd.
I propose cutting them down as follows:
Then the README.txt should be updated to describe each field in more detail.
@genintho any thoughts on that idea?
The text was updated successfully, but these errors were encountered: