- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am hoping someone can give me a hand with data extraction. I am trying to extract the information contained in multiple attributes that are part of a block (a drawing title block) for all drawings contained in a folder.
I’ve managed to get this to work to a certain extent. The issue I’m running into is when I have drawing files with multiple tabs (drawing sheets). I have one attribute, that is part of the block being extracted, that contains a diesel expression ‘$(substr,$(getvar,ctab),15)’. It extracts correctly if the drawing file only contains one tab (one drawing sheet), but if the drawing file contains more than one tab the value of that attribute is the same for each instance of the block’s extraction. The only way I can get this attribute to extract correctly is if I open the drawing files that contain multiple tabs (drawing sheets) and physically activate each and every tab at least once. Meaning, I have to cycle through the tabs, prior to performing the data extraction.
Is there a setting or something that can be done or performed to get this attribute to update prior to being extracted?
Thanks
Solved! Go to Solution.