From d756f08b4cf3e1db87d7bc6a4bb72fe7e775c270 Mon Sep 17 00:00:00 2001 From: tamara Date: Tue, 27 Feb 2024 13:58:09 +0100 Subject: [PATCH] typos --- FarmmapsDownloadCL/DownloadCLInput.json | 4 ++-- FarmmapsDownloadCL/Models/CodelistsClasses.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FarmmapsDownloadCL/DownloadCLInput.json b/FarmmapsDownloadCL/DownloadCLInput.json index 42340f6..ad850fc 100644 --- a/FarmmapsDownloadCL/DownloadCLInput.json +++ b/FarmmapsDownloadCL/DownloadCLInput.json @@ -1,5 +1,5 @@ { - //"codeLists": [ "CL022", "CL127", "CL263", "CL405", "CL251", "CL042" ], - "codeLists": [ "CL263", "CL265"] + "codeLists": [ "CL022", "CL127", "CL263", "CL265", "CL405", "CL251", "CL042" ] + //"codeLists": [ "CL263", "CL265"] //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WURtest\FarmmapsDataDownload\bin\Debug\netcoreapp3.1\Downloads\ } \ No newline at end of file diff --git a/FarmmapsDownloadCL/Models/CodelistsClasses.cs b/FarmmapsDownloadCL/Models/CodelistsClasses.cs index 1264e34..b3d4edc 100644 --- a/FarmmapsDownloadCL/Models/CodelistsClasses.cs +++ b/FarmmapsDownloadCL/Models/CodelistsClasses.cs @@ -97,9 +97,9 @@ namespace FarmmapsDownloadCL.Models public string codelist { get; } public string[] about { get; } public string code { get; set; } - public string eppoCode { get; set; } //? - public string botanicName { get; set; } //? - public string description { get; set; } //? + public string eppoCode { get; set; } + public string botanicName { get; set; } + public string description { get; set; } public string description_nl { get; set; } public string description_fr { get; set; } public string cropGroupCode { get; set; }