Re: [Qgis-user] CSV layer, Time column null expressie to test for NULL/empty?

2023-01-18 Thread Richard Duivenvoorde via QGIS-User
Pff, ok found a solution: "bezoek.begintijd" IS NULL works So if I want to test for empty strings, or NULL (like strings), AND real NULLS, I use now: ( "bezoek.begintijd" IS NULL OR "bezoek.begintijd" in ('', ' ', 'NULL') ) Regards, Richard Duivenvoorde On 1/18/23 18:31, Richard Duive

[Qgis-user] CSV layer, Time column null expressie to test for NULL/empty?

2023-01-18 Thread Richard Duivenvoorde via QGIS-User
We have csv data, which is loaded as layer via the Delimited Text Layer provider. The data contains both a date and a time column, which we have to format as isodatetime using an QGIS Expression. BUT sometimes time column is empty/no value (in which case we have to format it as isoTIME only).

Re: [Qgis-user] Export to ESRI File Geodatabase

2023-01-18 Thread Andrea Giudiceandrea via QGIS-User
*Randal Hale* /Tue Jan 17 12:56:50 PST 2023/ I installed QGIS using the Stand Alone installer (after removing QGIS Network Install) and didn't have ESRI File Geodatabase as a choice on export Features. This is confirmed by an

Re: [Qgis-user] Export to ESRI File Geodatabase

2023-01-18 Thread Andrea Giudiceandrea via QGIS-User
*Nyall Dawson* /Tue Jan 17 15:53:36 PST 2023/ It should still be possible to export to GDB in 3.28 without that fix. >/From the browser panel, you can create a new empty Geodatabase by /right-clicking on a folder, and then d