<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extract Block Attributes into Premade Excel Sheet in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8967303#M85883</link>
    <description>&lt;P&gt;Try this it is compiled as I intend that this will be a shareware style product ie low cost. I would appreciate any comments. You select as many blocks as you like when asked, the pick any object at this stage future is you can add to the table more blocks. It will count blocks with or without attributes its sorts the attributes up to 5 attributes deep, the blocks can have as many attributes as you want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has 30 trial attempts. as I expect it will be updated pretty rapidly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any one else looking welcome to try.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 07:50:43 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2019-08-15T07:50:43Z</dc:date>
    <item>
      <title>Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8941718#M85875</link>
      <description>&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;Hello,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;My goal is to extract my block attributes straight into a premade excel file to format a Bill of Materials. After doing some digging through the forums, I found out that this is impossible to extract data into an existing table. Is this true?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;If so, now my approach is to make a new excel file using the Data Extraction command, followed by copy and pasting it into the preexisting BOM file. In order to do so, I would need to change the format of the data extraction standard table to accommodate the format from my BOM excel sheet. &lt;/SPAN&gt;&lt;STRONG&gt;I added in an excel sheet screenshot to clarify on the format below.&lt;/STRONG&gt;&lt;SPAN style="font-weight: 400;"&gt; To elaborate, if multiple Tag#’s fall under the same Tag Prefix AND Item# then it would automatically combine the rows together. Thus I would need a single header for multiple columns of data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;Furthermore, as this would be a bill of materials, it would cover more than one drawing. Would it be possible to take a sheet set to complete this process or some other grouping method instead of individually going through every drawing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:23:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8941718#M85875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-31T20:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8942182#M85876</link>
      <description>&lt;P&gt;Yes you can have Autocad-&amp;gt;Excel -&amp;gt;Autocad in real time. There is massive amount of examples out there. The only real question is how do you decide what goes to excel. Dataextraction does a good job but has some limitations. It is a bit of a pyramid question it just gets bigger with more options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a deeper extraction that looks at blocks and counts by similar attributes. It sums up to 5 attributes deep.&lt;/P&gt;&lt;P&gt;Door 81&lt;/P&gt;&lt;P&gt;v's&lt;/P&gt;&lt;P&gt;Door, Black, Silver, 24&lt;/P&gt;&lt;P&gt;Door, Black, Gold, 23&lt;/P&gt;&lt;P&gt;Door, Gold, Silver, 34&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 04:21:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8942182#M85876</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-08-01T04:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8943325#M85877</link>
      <description>&lt;P&gt;Thank you for the response, sea.haven.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In terms of the real question "how to decide what goes into excel", all of the attributes within my objects would be taken. Every block has 3 attributes defined, so I would need all 3 to be extracted by similar attributes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 15:25:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8943325#M85877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-01T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8944218#M85878</link>
      <description>&lt;P&gt;If your happy post a dwg, I am testing the software I am developing. I need real dwgs. Looking at your image I think what I am doing is what you want. I am looking at options regarding blocks to be picked for export.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 23:38:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8944218#M85878</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-08-01T23:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8945547#M85879</link>
      <description>&lt;P&gt;Hey sea.haven,&lt;/P&gt;&lt;P&gt;I linked my drawing below and added in another picture detailing the AutoCAD standard data extraction table output compared to the needed format which I need.&amp;nbsp;The drawing given is a simple enclosure layout with 3 attributes on every circle like object.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you would need anything else to include, or if would like me to change the drawing to help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, thank you for helping me out, I really appreciate it!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:22:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8945547#M85879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-02T16:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8945563#M85880</link>
      <description>&lt;P&gt;Also, I forgot to ask in the previous reply, but would this method work for a sheet set or multiple sheets? Would I be able to take the block attributes from multiple drawings and be able to output a massive table?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8945563#M85880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-02T16:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8963747#M85881</link>
      <description>&lt;P&gt;Could anyone please point me in the right direction for this process?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 16:22:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8963747#M85881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T16:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8964727#M85882</link>
      <description>&lt;P&gt;I am working on this at moment, I had to change a couple of your blocks as the order of attributes was different so the LB &amp;amp; LT were not in same order. Its a more universal program rather than hard code for exactly your dwg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment single dwg approach. Just testing add more blocks to your dwg with variable number of attributes. Then will post.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 03:22:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8964727#M85882</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-08-14T03:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8967303#M85883</link>
      <description>&lt;P&gt;Try this it is compiled as I intend that this will be a shareware style product ie low cost. I would appreciate any comments. You select as many blocks as you like when asked, the pick any object at this stage future is you can add to the table more blocks. It will count blocks with or without attributes its sorts the attributes up to 5 attributes deep, the blocks can have as many attributes as you want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has 30 trial attempts. as I expect it will be updated pretty rapidly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any one else looking welcome to try.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 07:50:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8967303#M85883</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-08-15T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8968112#M85884</link>
      <description>&lt;P&gt;Thank you very much for your help! But, where is the product? I don't see it in your message and can't find it in the forum. Did you post it or am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:10:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8968112#M85884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-15T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Block Attributes into Premade Excel Sheet</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8971208#M85885</link>
      <description>&lt;P&gt;Try this having problems attaching a file.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 06:28:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/extract-block-attributes-into-premade-excel-sheet/m-p/8971208#M85885</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-08-17T06:28:19Z</dc:date>
    </item>
  </channel>
</rss>

