Any string value that is written using the GTFSWriter.WriteFieldString(string, string, string) signature where the value contains a " but no , is not properly escaped in the result.
Example call:
this.WriteFieldString("trips", "trip_headsign", "\"this is a string containing a quoted value\"");
Any string value that is written using the
GTFSWriter.WriteFieldString(string, string, string)
signature where thevalue
contains a"
but no,
is not properly escaped in the result.Example call:
Expected:
Actual: