Compare commits
No commits in common. "8182aed0f7c33bddbd316d45f7208b6bd196ec8a" and "cd00fe057d1720e548929e890c9d1802d0584b70" have entirely different histories.
8182aed0f7
...
cd00fe057d
|
@ -4,6 +4,7 @@ $username = getenv("username");
|
|||
$password = getenv("password");
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param string $
|
||||
* @param string $
|
||||
|
@ -85,7 +86,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
|
|||
|
||||
function communityCSV(string $username, string $password): string {
|
||||
$response = sendAPICommunityRequest($username, $password);
|
||||
echo $response;
|
||||
$communityArray = json_decode($response, true);
|
||||
$csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';
|
||||
// Create CSV rows
|
||||
|
|
Loading…
Reference in New Issue