Hi FME team
I started on using FMEObjectsDotNet4.dll and started reading CHM help
and I started to write some simple code, and I'm stuck on mapping FMEReader GEOMETRY column to another GEOMETRY column in FMEWriter
FMEReader is from shapefile
but the target database oracle table has 2 columns and I want to directly update to 2nd column, and seems cannot find the right "keyword" in CHM help, also the samples is not really helping with this problem
C:\\Program Files\\FME\\fmeobjects\\dotnet\\apidoc\\FMEObjectsDotNet4.chm
C:\\Program Files\\FME\\FMEObjectsDotNet4.dll
Also in IFMEOWriter seems lacking IsOpen method
to check whether the connection still open or not
so we can do something about it. Maybe like manually commit ..
on another topic:
1) is there a NUGET feed from you for this library
like Telerik nuget feed
https://docs.telerik.com/devtools/maui/get-started/install-nuget
https://nuget.telerik.com/v3/index.json
2) is there a link/resource/forum/video/training/repository
for those interested only in FMEObject in C# only
Thank you in advance!