Message 1 of 2
Data extraction of multiple line attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have created a simple block library, the vast majority of these blocks have a "Part number" attribute, I then use the data extraction wizard to create a sort of parts list. Generally this works fine.
However, I have a couple of blocks that consist of 3 part numbers, I made the "Part_Number" attribute multi-line so I could add the 3 part numbers.
When these are extracted, the excel cell contains the 3 part numbers separated by "/P"
I would like the general format of the data to be :-
12345 qty 6
23456 qty 6
34567 qty 6
Instead of the 12345/P23456/P34567 qty 6 I am currently getting.
Is there a way to do this within Autocad, or do I have to resort to an Excel macro? (I have little experience in this).
Thanks,Rev