I have a dataset with various attributes, which I would like to write to a MapInfo TAB.
The structure of one feature is as follows (besides other, non relevant attributes for the moment):
- attribute1 (always has a value)
- attribute2 (has mostly a value)
- attribute3 (rarely has a value)
- attribute4 (is mostly empty)
- attribute5 (is nearly always empty)
I would like to copy the feature (with the geomtry) so that it overlaps. For example:
If attribute1, attribute2 and attribute3 are present, then there should be a total of three features overlapping, each of them with just one attribute of the list. So feature1 with attribute1, feature2 with attribute2 and feature3 with attribute3. These three resulting features should have the same geometry, but each of them only with one attribute. If in this case, attribute4 and attribute5 are empty or missing, they should not be copied to a feature.
Any one has an idea how I can accomplish this? Perhaps it's simple for the FME, but I don't see a quick solution at the moment.
Kind regards
Thomas