I simply need to update a geometry column in a SQL Server table that is previously set to NULL.
Could someone provide me with a simple example?
I can't do it neither with a SQL Executor (previously using a GeometryExtractor to convert this geometry in Microsoft SQL Server Binary) nor with a featureWriter.
I found this conversation from a while back but it didn't help me:
Thank you!