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 collaboratorSave As Semicolon separated value file
As an Data Packager
I want to save the data changes in the active data tab as a comma separated value file
In order to save the data to a different filename, location or CSV dialect
RULES
- The file extension of the saved file must be .csv
- The "Save As Semicolon separated" command can be invoked by a menu item
LATER
- Write the size of the file to the
bytes
table property
- Scenarios
-
- Save As Semicolon separated value file
-
- Given
- Data Curator is open
- And
- one data tab is open
- When
- "Save As Semicolon separated" is invoked
- Then
- a prompt, requesting the filename and location should be displayed
- And
- the data should be saved at the filename.csv and location using the correct CSV Dialect
- And
- the 'delimiter' should be set to ';' in the Table CSV Dialect
- And
-
the file size in bytes should be written to the
bytes
table property
Last published almost 2 years ago by Matt Mulholland.