-
Notifications
You must be signed in to change notification settings - Fork 93
Fix CSV column inconsistency and roleName type #342
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
Conversation
`roleName` type is `Text` Line 60 of `roleName` has type `Text` followed by `URL`, which looks like a mistake. Per #240 it looks like `roleName` should be `Text` only.
Add quotes around last field of Line 62
progval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much needed fixes, thank you. Two suggestions below
Co-authored-by: Val Lorentz <[email protected]>
Co-authored-by: Val Lorentz <[email protected]>
|
Thank you for suggestions. I have made commits for all suggestions. |
|
btw, roleName in https://github.com/codemeta/codemeta/blob/master/crosswalk.csv is So we now have an inconsistency between two files: |
|
We periodically regenerate |
|
Got it. So it will be eventually consistent, thank you. |
Fix CSV column inconsistency and roleName type
,that can confused CSV parser and thought that the rows have 5 columns instead of 4)roleNameshould beText or URL(currently it has Text followed by URL -Text,URL, which also make it 5 columns)By fixing these column number inconsistencies, GitHub will able to display the file as a table.
Format/description consistency