To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSet Case Sensitive Header Row
As a Data Packager
I want character case be considered in determining the uniqueness of the header row
So that I have increased flexibility in naming column headers
RULES
- "Case Sensitive Header Row" can be disabled and enabled by a checkbox menu item
- By default "Case Sensitive Header Row" is disabled
- Scenarios
-
- Enable Case Sensitive Header Row
-
- Given
- Data Curator is open
- When
- "Case Sensitive Header Row" is enabled
- Then
- the menu item should be checked
- And
- case should be used in determining the uniqueness of the header row
- And
- the 'caseSensitiveHeader' in the CSV Dialect should be set to 'true'
- Disable Case Sensitive Header Row
-
- Given
- Data Curator is open
- When
- "Case Sensitive Header Row" is disabled
- Then
- the menu item should be unchecked
- And
- case should not be used in determining the uniqueness of the header row
- And
- the 'caseSensitiveHeader' in the CSV Dialect should be set to 'false'
Last published almost 2 years ago by Matt Mulholland.