span8
span4
span8
span4
Hello, I have a workbench I'm having a difficult time with. As you can see in the image below, I have a shapefile being joined with a table from another database. I have confirmed with data inspector that before the join it has 524 Features, but after the join, even when I do a full join (the one pictured is an inner join). it only returns around half of the geographic features. I was wondering if anyone had any tips, or if I'm missing a Transformer I should be using?
A full join implicates that for each geometry you have an attribute record. From the picture it looks like that is not the case. So, you will need to use the left join (with the geometry being the left feature) to keep all geometry features that have no matching attribute feature.
Hope this helps.
Thank you! This helped also something so simple that I didn't see, just adding the unjoined records through the geometry filter, duh!
How to convert from SQL Server geometry BLOB to shapefile? 3 Answers
Export 1 feature per PostGIS-table 4 Answers
Connect to SQL Server 2000 (!) 3 Answers
SQL Server Non spatial Reader Not Reading new Fields in SQL View 1 Answer
How do you get the fme_basename parameter to update for each filename opened in a workspace runner? 2 Answers
© 2019 Safe Software Inc | Legal