I am looking to convert some points from a shape file into blocks.
So far I managed to convert the points into the block type I want by using dwgstyler, selecting the dwg template and the name of the block.
I also specify the same dwg template in the dwg writer (maybe its unecessary?)
Now what I cant seem to be able to do is:
Those points have an attribute that I would like to save as the label/text attribute the block has.
So ideally for example, point with attribute A value 18 would be saved as a block with attribute B value 18.
Is it possible to save the attribute as an autocad attribute? I have tried searching for that block attribute when i used attributeCreator, or even using attribute exposer, but I can't seem to be able to find it...
Edit - The block has 2 layers, one for the geometry and the other is a text for the attribute.