Skip to main content

Hello,

In the Text_File writer I cannot select an attribute I've just created

How can I solve that?

Best,

Harmen

The text file writer only has one attribute "text_line_data", you cannot add others.

For each feature sent to the writer, the value of "text_line_data" will be output on a separate line, all other attributes are ignored.


Hi Harmen,

Would the AttributeFileWriter be a solution for what you need?

Erik Jan


@david_r

Adding my data to the "text_line_data" attribute did the trick ;-)

@erik_jan

The AttributeFileWriter doesn't do what I expected it to do...


Reply