master
tamara 2024-02-27 13:58:09 +01:00
parent 77532fee9f
commit d756f08b4c
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
//"codeLists": [ "CL022", "CL127", "CL263", "CL405", "CL251", "CL042" ], "codeLists": [ "CL022", "CL127", "CL263", "CL265", "CL405", "CL251", "CL042" ]
"codeLists": [ "CL263", "CL265"] //"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\ //"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\
} }

View File

@ -97,9 +97,9 @@ namespace FarmmapsDownloadCL.Models
public string codelist { get; } public string codelist { get; }
public string[] about { get; } public string[] about { get; }
public string code { get; set; } public string code { get; set; }
public string eppoCode { get; set; } //? public string eppoCode { get; set; }
public string botanicName { get; set; } //? public string botanicName { get; set; }
public string description { get; set; } //? public string description { get; set; }
public string description_nl { get; set; } public string description_nl { get; set; }
public string description_fr { get; set; } public string description_fr { get; set; }
public string cropGroupCode { get; set; } public string cropGroupCode { get; set; }