Skip to content

Conversation

@bact
Copy link
Contributor

@bact bact commented Jan 6, 2024

Fix CSV column inconsistency and roleName type

  • Line 60 and 62: Add quotes around the last field (which contains a comma , that can confused CSV parser and thought that the rows have 5 columns instead of 4)
  • Line 61: roleName should be Text 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

  • Line 65, 66, 70, 72: Capitalizes first character in the sentence.
  • Put "a" determiner for "link", make it "a link" just as "a license", "a flag", etc. as appeared in other property descriptions.
  • Replace double spaces with single spaces

bact added 4 commits January 6, 2024 03:03
`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
Copy link
Member

@progval progval left a 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

bact and others added 2 commits January 6, 2024 09:26
@bact
Copy link
Contributor Author

bact commented Jan 6, 2024

Thank you for suggestions. I have made commits for all suggestions.

@progval progval merged commit f8d721a into codemeta:master Jan 6, 2024
@bact bact deleted the fix-csv-columns branch January 6, 2024 10:57
@progval
Copy link
Member

progval commented Jan 9, 2024

We periodically regenerate crosswalk.csv from properties_description.csv and others.

@bact
Copy link
Contributor Author

bact commented Jan 9, 2024

Got it. So it will be eventually consistent, thank you.

@bact bact mentioned this pull request Feb 12, 2024
tmorrell pushed a commit to caltechlibrary/codemeta that referenced this pull request Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants