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 Tab separated value file
As a Data Packager
I want to open a tab separated value (TSV) file
So that I can describe, validate and package the data
RULES
- The "Open Tab Separated" value file command can be invoked using the menu command
- The data will be stored in a ".tsv" file
- Use the default values in the CSV Dialect specification but with 'delimiter' = '\t' to open the file and separate the values into the correct columns.
LATER
- "Guess Column Properties" on opening the file
- Scenarios
-
- Open an existing tab separated value file
-
- Given
- Data Curator is open
- When
- "Open Tab 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.