Add an extra trailing comma to accomodate for Postal Code
This commit is contained in:
parent
4504d290da
commit
94b7234b42
|
|
@ -11,7 +11,7 @@ namespace AS1024.GeoFeed.GeoFeedBuilder
|
|||
|
||||
foreach (var feed in geoFeeds)
|
||||
{
|
||||
csvContent.AppendLine($"{feed.Prefix},{feed.GeolocCountry},{feed.GeolocRegion},{feed.GeolocCity}");
|
||||
csvContent.AppendLine($"{feed.Prefix},{feed.GeolocCountry},{feed.GeolocRegion},{feed.GeolocCity},");
|
||||
}
|
||||
|
||||
return csvContent.ToString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue