The attributes probably have different names than what you are seeing in ArcMap. Try opening the dataset in FME Data Inspector. When adding the dataset, under Parameters, set `Group Entities By` to `Attribute Schema`. Then select a feature once the data has been read in, and check for the various attributes.
If the attributes are not visible in the Data Inspector, then FME is not reading them at all.
Once you find the attributes you need, you can expose them in Workbench by using an AttributeExposer.
The attributes probably have different names than what you are seeing in ArcMap. Try opening the dataset in FME Data Inspector. When adding the dataset, under Parameters, set `Group Entities By` to `Attribute Schema`. Then select a feature once the data has been read in, and check for the various attributes.
If the attributes are not visible in the Data Inspector, then FME is not reading them at all.
Once you find the attributes you need, you can expose them in Workbench by using an AttributeExposer.
Thanks for your reply Ryan. I tried all that and it didn't work. But I figured out if I load dwg in ESRIMSD format, all attributes I need showed up.