Skip to content

Commit

Permalink
Added example csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen James committed Dec 12, 2023
1 parent 8379b6c commit 41a26aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Run the following:
and password MFA will be requested during runtime. All other inputs are mandatory: ORG_ID, SITE_GROUP_IDS
, RF_TEMPLATE_ID
4. Create a csv file named: `sites_with_clients.csv` within '~/mist_working_directory/data_src'
Below is an example of how the CSV should be formatted.
Below is an [example](./example.sites_with_clients.csv) of how the CSV should be formatted.

```
Site Name,Site Address,Enable GovWifi,Enable MoJWifi, GovWifi Radius Key, Wired NACS Radius Key
Expand Down
4 changes: 4 additions & 0 deletions example.sites_with_clients.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Site Name,Site Address,Enable GovWifi,Enable MoJWifi, GovWifi Radius Key, Wired NACS Radius Key
Test location 1,"40 Mayflower Dr, Plymouth PL2 3DG", TRUE, FALSE, 00000DD0000BC0EEE000, 00000DD0000BC0EEE000
Test location 2,"102 Petty France, London SW1H 9AJ", FALSE, TRUE, 00000DD0000BC0EEE000, 00000DD0000BC0EEE000
Test location 3,"Met Office, FitzRoy Road, Exeter, Devon, EX1 3PB", FALSE, FALSE, 00000DD0000BC0EEE000, 00000DD0000BC0EEE000

0 comments on commit 41a26aa

Please sign in to comment.