feat: Make file headers available in CSV table containers#850
feat: Make file headers available in CSV table containers#850lionel-nj merged 1 commit intoMobilityData:masterfrom
Conversation
|
Note that JavaDocs do not have the |
https://gtfs.org/reference/static says under "File Requirements:"
@MobilityData/transit-specs Thoughts on this? |
|
Hi @aababilov Thanks for working on this. I will soon be reviewing :) |
Fair point! Let's keep column names case-sensitive. We can revisit that topic later if needed. I would like to avoid extra discussion for this commit, so let's keep the old behavior. |
Merci beaucoup! |
Some validation rules may need to check whether a certain column is present. E.g., this can allow them to skip further validation. Unit tests are simplified and mocks are removed.
|
Friendly ping 😉
Den tors 15 apr. 2021 07:21Lionel Nébot Janvier ***@***.***>
skrev:
… Hi @aababilov <https://github.com/aababilov> Thanks for working on this.
I will soon be reviewing :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#850 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG6IJGCGOARY5TVJHPDRCTTIYBNRANCNFSM425FG43A>
.
|
lionel-nj
left a comment
There was a problem hiding this comment.
Thanks @aababilov LGTM
|
Thanks for review! |
Some validation rules may need to check whether a certain column is
present. E.g., this can allow them to skip further validation.
Unit tests are simplified and mocks are removed.