<?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: Modelbuilder workflow involving CAD .DWG File in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781718#M3696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple question for you and I apologize in advance as I am not too advanced in Python.&amp;nbsp; How would this script alter if I wanted a user input parameter for them to select the .dwg (getparameterastext) and whatever the name of the dwg is, it would append that data to an already created feature class with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also agree that you do quite a great service to this group.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 20:27:29 GMT</pubDate>
    <dc:creator>CraigPrisland1</dc:creator>
    <dc:date>2016-02-11T20:27:29Z</dc:date>
    <item>
      <title>Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781711#M3689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build a model through modelbuilder with the following workflow and haven't found a good way to go about this yet.&amp;nbsp; Any input would be greatly appreciated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a .dwg file with a certain name, for example "Baseline.dwg".&amp;nbsp; I have several feature class in a File geodatabse in a certain location with one of them being named "Baseline" as well.&amp;nbsp; The "Baseline" feature class in the geodatabase is a Line feature.&amp;nbsp; What I am looking to do is appending the data from the Polyline layer in the DWG into this "Baseline" feature class based on the same name.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, based on the name of the DWG file and the feature class I would like to append this data into this feature class.&amp;nbsp; Please keep in mind that I have several feature classes so I was wondering if some sort of iterate could help with this by looking through the names of the feature classes and matching the one with the same name as the DWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781711#M3689</guid>
      <dc:creator>CraigPrisland1</dc:creator>
      <dc:date>2016-02-10T20:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781712#M3690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Craig...based on what you described it sounds like you have a one to one relationship (one feature class and one DWG).&amp;nbsp; Why not just use the Append tool...seems like building a model is a bit overkill?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 22:42:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781712#M3690</guid>
      <dc:creator>KyleBalke__GISP</dc:creator>
      <dc:date>2016-02-10T22:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781713#M3691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct.&amp;nbsp; I can do a simple Append on this one-to-one relationship however I may not have explained this correctly.&amp;nbsp; I will have several feature classes (i.e. Test1, Test2, Test3, Test4, Test5, etc...) and what will happen is a user will input a DWG file (parameter) with the same exact name as one of the feature classes (Test1, Test2, etc...).&amp;nbsp; What I am looking for is a way to append the line data in this DWG with the appropriate feature class of the same name.&amp;nbsp; I am looking for the only model parameter to be the input DWG file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781713#M3691</guid>
      <dc:creator>CraigPrisland1</dc:creator>
      <dc:date>2016-02-10T23:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781714#M3692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how to do this in ModelBuilder, but here's a Python script which should do what you're after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy, os # import libraries
...
... dwg_folder = r'C:\junk' # folder containing dwgs
... arcpy.env.workspace = dwg_folder
... dwg_files = arcpy.ListFiles('*.dwg') # list of dwgs in folder
...
... gdb_location = r'C:\junk\FILE_GDB.gdb' # path to GDB
... arcpy.env.workspace = gdb_location
... gdb_fcs = arcpy.ListFeatureClasses(feature_type='Polyline') # list of polyline feature classes in GDB
...
... for file in dwg_files: # loop through dwgs
...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for fc in gdb_fcs: # loop through feature classes
...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if file[:-4] == fc: # compare the dwg name (minus '.dwg') to the feature class name
...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Append_management(os.path.join(file,'Polyline'),fc,"NO_TEST") # append polyline layer inside dwg to matching feature class&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General equivalences are:&lt;/P&gt;&lt;P&gt;- &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00400000000v000000" rel="nofollow noopener noreferrer" target="_blank"&gt;Iterate Files&lt;/A&gt; to arcpy.ListFiles()&lt;/P&gt;&lt;P&gt;- &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Iterate_Feature_Classes/00400000000r000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;Iterate Feature Classes&lt;/A&gt; to arcpy.ListFeatureClasses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- you'll also need &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002w0000001t000000" rel="nofollow noopener noreferrer" target="_blank"&gt;inline variable substitution&lt;/A&gt; and &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Integrating_a_model_within_a_model/002w0000007p000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;submodels&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781714#M3692</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-12T08:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781715#M3693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might could use inline variables if both the dwg and the feature class are named the same&lt;/P&gt;&lt;P&gt; &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/examples-of-inline-model-variable-substitution.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/examples-of-inline-model-variable-substitution.htm"&gt;Examples of inline model variable substitution—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781715#M3693</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-02-10T23:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781716#M3694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your help.&amp;nbsp; This Python script is exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781716#M3694</guid>
      <dc:creator>CraigPrisland1</dc:creator>
      <dc:date>2016-02-11T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781717#M3695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a service Darren does for this group!&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781717#M3695</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2016-02-11T17:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781718#M3696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple question for you and I apologize in advance as I am not too advanced in Python.&amp;nbsp; How would this script alter if I wanted a user input parameter for them to select the .dwg (getparameterastext) and whatever the name of the dwg is, it would append that data to an already created feature class with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also agree that you do quite a great service to this group.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 20:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781718#M3696</guid>
      <dc:creator>CraigPrisland1</dc:creator>
      <dc:date>2016-02-11T20:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781719#M3697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: inherit; color: black; font-weight: inherit; font-size: 9pt !important; font-style: inherit;"&gt;If you want the user to specify a single dwg file, do something like the following. &lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.1/index.html#/GetParameterAsText/018v00000047000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;GetParameterAsText(0)&lt;/A&gt; returns your first parameter in the tool dialog. The return value will be the path to a feature class or layer name of a feature layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; arcpy, os &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-weight: inherit; font-style: inherit; color: #008200; font-size: 9pt !important; background-color: inherit;"&gt;# import libraries&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp; &lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;dwg = arcpy.GetParameterAsText(0) # a dwg file. e.g. 'C:\junk\blahblah.dwg'&lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... &lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... gdb_location = r&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; font-size: 9pt !important; background-color: inherit;"&gt;'C:\junk\FILE_GDB.gdb'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-weight: inherit; font-style: inherit; color: #008200; font-size: 9pt !important; background-color: inherit;"&gt;# path to GDB&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... arcpy.env.workspace = gdb_location&amp;nbsp; &lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... gdb_fcs = arcpy.ListFeatureClasses(feature_type=&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; font-size: 9pt !important; background-color: inherit;"&gt;'Polyline'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-weight: inherit; font-style: inherit; color: #008200; font-size: 9pt !important; background-color: inherit;"&gt;# list of polyline feature classes in GDB&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... &lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;... &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; fc &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; gdb_fcs: &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-weight: inherit; font-style: inherit; color: #008200; font-size: 9pt !important; background-color: inherit;"&gt;# loop through feature classes&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; dwg[:-&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; color: green; font-size: 9pt !important; background-color: inherit;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;] == fc: &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-weight: inherit; font-style: inherit; color: #008200; font-size: 9pt !important; background-color: inherit;"&gt;# compare the dwg name (minus '.dwg') to the feature class name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Append_management(os.path.join(dwg,&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; font-size: 9pt !important; background-color: inherit;"&gt;'Polyline'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;),fc,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; font-size: 9pt !important; background-color: inherit;"&gt;"NO_TEST"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="comment" style="font-weight: inherit; font-style: inherit; color: #008200; font-size: 9pt !important; background-color: inherit;"&gt;# append polyline layer inside dwg to matching feature class&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781719#M3697</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-12T08:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781720#M3698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this script.&amp;nbsp; When I trying running it against my data, it appears as if the script runs (I don't get any errors) but it only runs for less than a second and my output that the DWG layer should append to remains empty.&amp;nbsp; I have been playing around with the script some with no success to this point.&amp;nbsp; Would you have any suggestions?&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 14:42:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781720#M3698</guid>
      <dc:creator>CraigPrisland1</dc:creator>
      <dc:date>2016-02-18T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder workflow involving CAD .DWG File</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781721#M3699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also looking to append only certain features in the dwg in which a field (in this case "Layer") is attributed as "TEXT" only.&amp;nbsp; Would this get added in near the end of the script that you mentioned above around the "if dwg[:-4] ==fc:" line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:30:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-workflow-involving-cad-dwg-file/m-p/781721#M3699</guid>
      <dc:creator>CraigPrisland1</dc:creator>
      <dc:date>2016-02-18T16:30:16Z</dc:date>
    </item>
  </channel>
</rss>

