my first problem: Writing a GeoJSON in the right order. Simple example:
I want a output in the order A,B,C (like I set it in the writer). But the GeoJSON file is A,C,B, because the first row in B is empty.
Second Problem: When the B column is empty. Only A and C is written. How can I get an empty column in the writer?
Thanks for your feedback!
Best answer by takashi
Hi @connecter, I was not able to reproduce the first issue - wrong order of attributes. What version of FME are you using? Could you share a small workspace and source dataset example which can reproduce the issue?
Regarding the second issue - missing B, try assign Null to every missing B with the NullAttributeMapper transformer before writing.
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.
Hi @connecter, I was not able to reproduce the first issue - wrong order of attributes. What version of FME are you using? Could you share a small workspace and source dataset example which can reproduce the issue?
Regarding the second issue - missing B, try assign Null to every missing B with the NullAttributeMapper transformer before writing.