From 41a26aa3eef3ab5d44b9dd55189e308e846a0ac6 Mon Sep 17 00:00:00 2001 From: Stephen James Date: Tue, 12 Dec 2023 11:56:48 +0000 Subject: [PATCH] Added example csv file --- README.md | 2 +- example.sites_with_clients.csv | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 example.sites_with_clients.csv diff --git a/README.md b/README.md index b431850..6a8f343 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example.sites_with_clients.csv b/example.sites_with_clients.csv new file mode 100644 index 0000000..fb7f7e7 --- /dev/null +++ b/example.sites_with_clients.csv @@ -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