<?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: If-Then function for writing a value in column B based on a value in column A in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602042#M47056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only have one condition to update, you don't need an update cursor.&amp;nbsp; For your specific situation, using the Field Calculator and put the following in the expression box using the Python parser:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="number token"&gt;12&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; !RRTYPE! &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Two Way"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; !RRWidth!&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2020 17:08:35 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-05-27T17:08:35Z</dc:date>
    <item>
      <title>If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602041#M47055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="position: fixed; z-index: 1499; width: 0px; height: 0px;"&gt;&lt;DIV class="resolved" data-reactroot="" style="all: initial;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a starting point on how to code the following in ArcPy: I need an&amp;nbsp;UpdateCursor to go through every row in my feature class and write a value into a cell based on the value in another cell.&amp;nbsp; In other words, if I have two fields (RR Type and RR Width), for each row where RR Type = "Two Way," I want to write the value "12" in RR Width.&lt;BR /&gt;&lt;BR /&gt;I know an UpdateCurser is needed and am thinking that I should use an If - Then function, but it's a bit over my head.&amp;nbsp; I'm still really new to Python.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 16:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602041#M47055</guid>
      <dc:creator>RobertHill</dc:creator>
      <dc:date>2020-05-27T16:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602042#M47056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only have one condition to update, you don't need an update cursor.&amp;nbsp; For your specific situation, using the Field Calculator and put the following in the expression box using the Python parser:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="number token"&gt;12&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; !RRTYPE! &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Two Way"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; !RRWidth!&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 17:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602042#M47056</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-27T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602043#M47057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="position: fixed; z-index: 1499; width: 0px; height: 0px;"&gt;&lt;DIV class="resolved" data-reactroot="" style="all: initial;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thank you, so I have 3 conditions--3 RR Types that need corresponding values. So I may be looking at an "if, then, else" function. And I would like to avoid the Field Calculator because I'm trying to automate this as much as possible.&amp;nbsp; It's a recurring task that will need to be performed on a lot of different tables over coming months.&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 17:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602043#M47057</guid>
      <dc:creator>RobertHill</dc:creator>
      <dc:date>2020-05-27T17:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602044#M47058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;condtion &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
   do something
&lt;SPAN class="keyword token"&gt;elif&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;condition &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
   do something &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
   do the third something‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602044#M47058</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T01:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602045#M47059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can still use the Field Calculator, and it might be easier than using a cursor if you are new to Python.&amp;nbsp; As Joe pointed out, you can use a basic if/elif/else statement, but you need to share your conditions so people can provide specific feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 17:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602045#M47059</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-27T17:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602046#M47060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="position: fixed; z-index: 1499; width: 0px; height: 0px;"&gt;&lt;DIV class="resolved" data-reactroot="" style="all: initial;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="position: fixed; z-index: 1499; width: 0px; height: 0px;"&gt;&lt;/DIV&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/493683_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both for your feedback. Above is where I am at this point in my code, and here's what I'm trying to achieve: Where "LTN" = 1, I need "ZI016_WD1" to = 4.&amp;nbsp; In all other cases I need "ZI016_WD1" to = 3x the "LTN" value.&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 20:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602046#M47060</guid>
      <dc:creator>RobertHill</dc:creator>
      <dc:date>2020-05-27T20:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602047#M47061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use cursors, use the Data Access cursors (&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/updatecursor-class.htm" title="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/updatecursor-class.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;UpdateCursor—Help | Documentation&lt;/A&gt; ) and not the original cursors.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

fc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# path to feature class or shape file&lt;/SPAN&gt;
field1 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"LTN"&lt;/SPAN&gt;
field2 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"ZI016_WD1"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;field1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; field2&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cur&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cur&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
        cur&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;updateRow&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602047#M47061</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-12T01:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602048#M47062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First... Repeat after me:&amp;nbsp; &lt;STRONG&gt;I will always use the &lt;EM&gt;arcpy.daUdpateCursor&lt;/EM&gt; and never use the old and outdated &lt;EM&gt;arcpy.UpdateCursor&lt;/EM&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that out of the way, here is how I would approach it:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;fc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r'C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\some\path\to\my\data

fields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'LTN'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ZI016_WD1'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
             row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;
        cursor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;updateRow‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also suggest not using shapefiles and if you must, don't keep them in C:\program files.&amp;nbsp; In fact, don't put&amp;nbsp;any&amp;nbsp; data there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: your error in line 10 is because you used = instead of ==.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hahahaha: looks like &lt;A href="https://community.esri.com/migrated-users/3420" target="_blank"&gt;Joshua Bixby&lt;/A&gt;‌ hit enter just before I did....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602048#M47062</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T01:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602049#M47063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know the feeling, it has happened to me many times.... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 23:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602049#M47063</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-27T23:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602050#M47064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="position: fixed; z-index: 1499; width: 0px; height: 0px;"&gt;&lt;DIV class="resolved" data-reactroot="" style="all: initial;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Good feedback, thanks.&amp;nbsp; What would you use instead of a shapefile?&amp;nbsp; And where do you recommend storing your data instead?&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 16:53:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602050#M47064</guid>
      <dc:creator>RobertHill</dc:creator>
      <dc:date>2020-05-28T16:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: If-Then function for writing a value in column B based on a value in column A</title>
      <link>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602051#M47065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shapefiles are so 1995.&amp;nbsp; Typically I use File Geodatabase Feature Classes. As far as data storage location, it depends.&amp;nbsp; Typically on a shared drive, but now that I'm working from home and the VPN is flakey, I keep everything locally.&amp;nbsp; I create directories under C:\gis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 17:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/if-then-function-for-writing-a-value-in-column-b/m-p/602051#M47065</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-28T17:01:44Z</dc:date>
    </item>
  </channel>
</rss>

