From 1a7126c34c311e843c2b11381b74e640c1a551da Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Thu, 1 Jun 2023 14:26:14 +0100 Subject: [PATCH] dotcoop2023/converter - country field is not a country code! --- dotcoop2023/converter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotcoop2023/converter b/dotcoop2023/converter index d58ec213..f87c5348 100755 --- a/dotcoop2023/converter +++ b/dotcoop2023/converter @@ -113,7 +113,7 @@ module DotCoop locality: city, region: region, postcode: post_code, - country_id: country.to_s.upcase, + country_id: nil, territory_id: nil, homepage: domain_urls.join(';'), phone: nil,