You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load a SOSI file to a postgis database. It works well, but I note that an empty string '' is used if a field is missing, when it is instead common to use NULL. For me it works to hack line 207 in converter_sosi2psql.cpp, to always use "NULL,", but it might be useful to others to be able to select the behavior with a command line option.
The text was updated successfully, but these errors were encountered:
I'm trying to load a SOSI file to a postgis database. It works well, but I note that an empty string '' is used if a field is missing, when it is instead common to use NULL. For me it works to hack line 207 in converter_sosi2psql.cpp, to always use "NULL,", but it might be useful to others to be able to select the behavior with a command line option.
The text was updated successfully, but these errors were encountered: