Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 20:48:36 +02:00
parent 8182aed0f7
commit a5efbc50a6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
function communityCSV(string $username, string $password): string {
$response = sendAPICommunityRequest($username, $password);
echo $response;
echo "$response";
$communityArray = json_decode($response, true);
$csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';
// Create CSV rows