Skip to content

Commit

Permalink
All legal organisation values added
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasdairGray committed Jun 15, 2023
1 parent 5befb59 commit 0e267b3
Show file tree
Hide file tree
Showing 2 changed files with 12,938 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/model/export-gov-uk-orgs.grel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{{if(isNotNull(cells["_ - details - slug"].value),
" " + cells["_ - details - slug"].value +
":\n meaning: " + cells["_ - web_url"].value +
"\n description: " + cells["_ - title"].value +
"\n extensions: " +
if (isNotNull(cells["_ - details - abbreviation"].value),
"\n - tag: abbreviation" +
"\n value: " + cells["_ - details - abbreviation"].value,"") +
"\n - tag: organisationType" +
"\n value: " + cells["_ - format"].value +
"\n - tag: status" +
"\n value: " + cells["_ - details - govuk_status"].value +
"\n - tag: contentID" +
"\n value: " + cells["_ - details - content_id"].value + "\n",
"")}}
Loading

0 comments on commit 0e267b3

Please sign in to comment.