Skip to main content
Solved

Create freaure without reader

  • November 7, 2023
  • 1 reply
  • 46 views

abdullah83
Contributor
Forum|alt.badge.img+5

Hello everyone, I'm working on creating a Geopackage, and I've added a new table (feature type) to indicate the relationship between several other tables.

 

How can I add features to this table without taking the original feature type or feature from the reader.

Best answer by hkingsbury

A Creator will make a blank feature. Or you could use a sampler to take one feature from another stream of features and use an attributeremover and a geometryremover to remove any unwanted attributes and geometry

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • November 7, 2023

A Creator will make a blank feature. Or you could use a sampler to take one feature from another stream of features and use an attributeremover and a geometryremover to remove any unwanted attributes and geometry