-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update export to include not_provided_by_authority col and field data
- Loading branch information
1 parent
cfaf44a
commit 77fcd61
Showing
6 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
spec/lib/local-links-manager/export/fixtures/exported_links.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Authority Name,GSS,Description,LGSL,LGIL,URL,Supported by GOV.UK | ||
Exeter,456,Service 123: Interaction 0,123,0,http://www.example.com/456/0,true | ||
Exeter,456,Service 123: Interaction 1,123,1,http://www.example.com/456/1,true | ||
Exeter,456,Service 666: Interaction 0,666,0,http://www.example.com/456/0,false | ||
London,123,Service 123: Interaction 0,123,0,http://www.example.com/123/0,true | ||
London,123,Service 123: Interaction 1,123,1,http://www.example.com/123/1,true | ||
Authority Name,GSS,Description,LGSL,LGIL,URL,Supported by GOV.UK,Not Provided by Authority | ||
Exeter,456,Service 123: Interaction 0,123,0,http://www.example.com/456/0,true,false | ||
Exeter,456,Service 123: Interaction 1,123,1,http://www.example.com/456/1,true,false | ||
Exeter,456,Service 666: Interaction 0,666,0,http://www.example.com/456/0,false,false | ||
London,123,Service 123: Interaction 0,123,0,http://www.example.com/123/0,true,false | ||
London,123,Service 123: Interaction 1,123,1,http://www.example.com/123/1,true,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Authority Name,GSS,Description,LGSL,LGIL,URL,Supported by GOV.UK | ||
Belfast,456,Service 123: Interaction 1,123,1,http://www.example.com/456/1,true | ||
Authority Name,GSS,Description,LGSL,LGIL,URL,Supported by GOV.UK,Not Provided by Authority | ||
Belfast,456,Service 123: Interaction 1,123,1,http://www.example.com/456/1,true,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters