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 collaboratorOpen a Semi-colon separated value file
As a Data Packager
I want to open a semi-colon separated value file
So that I can describe, validate and package the data
RULES
- The Open Semi-colon separated value file command can be invoked using the menu command
- The data has been stored in a ".csv" file
- Use the default values in the CSV Dialect specification but with 'delimiter' = ';' to open the file and separate the values into the correct columns
LATER
- "Guess Column Properties" on opening the file
- Scenarios
-
- Open an existing semi-colon separated value file
-
- Given
- Data Curator is open
- When
- "Open semi-colon Separated" is invoked
- Then
- a prompt, requesting the 'filename' and location should be shown
- And
- another tab containing the data should be opened
- And
- the tab title should be set to the filename
- And
-
the CSV Dialect
delimiter
should be set based on the file extension and CSV Dialect defaults - And
- "Fix Ragged Rows" should be invoked
- And
- "Freeze Header Row" should be invoked
Last published almost 2 years ago by Matt Mulholland.