Hi,
I’m trying to generically read some tables and distribute them into different DWG Object Data layers. For this, I have a mandatory attribute containing the output layername.
I use a SchemaScanner with a Group By on this attribute to generate the schemas and finally write everything using a dynamic DWG Object Data Writer.
But it doesn’t work, I get a Layer 'XXX' is not defined
But(bis) if I use another DWG writer (e.g. RealDWG) with the exact same configuration, it does work.
I guess the difference comes from the Object Data table definition? But I have no idea how to do that.
I’ve tried to sort schemas and features to make sure that the schemas arrive before the features but it doesn’t change anything.
When using the RealDWG Writer, if the parameter Output Schema Before Data Feature
is set to No, I get the same error, but once set to Yes, the file is written without problem.
What should I change when working with a AutoCAD Object Data Writer?
Any help appreciated.
Best Regards,
Julien
FME versions:
- Form 2023.1.1.1


