<?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 a problem with&amp;quot;Duplicate local variable currentGeom&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337732#M106044</link>
    <description>Hello,everyone 
&lt;BR /&gt;i'm a new here. 
&lt;BR /&gt;and now i would like to make an intersection between two shapefile with ?tMap?, 
&lt;BR /&gt;One is the territorial boundary (polygon), 
&lt;BR /&gt;And the other one is the distribution of the customers (point) which are converted from a CSV. 
&lt;BR /&gt;here is the expression that i use: GeoOperation.INTERSECTS(row7.the_geom,row6.the_geom ) 
&lt;BR /&gt;but i met a problem: 
&lt;BR /&gt;Duplicate local variable currentGeom 
&lt;BR /&gt;Duplicate local variable currentGeomType 
&lt;BR /&gt;Does anyone can help me ? 
&lt;BR /&gt;sorry for my poor english... 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Miao</description>
    <pubDate>Sat, 16 Nov 2024 12:21:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:21:08Z</dc:date>
    <item>
      <title>a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337732#M106044</link>
      <description>Hello,everyone 
&lt;BR /&gt;i'm a new here. 
&lt;BR /&gt;and now i would like to make an intersection between two shapefile with ?tMap?, 
&lt;BR /&gt;One is the territorial boundary (polygon), 
&lt;BR /&gt;And the other one is the distribution of the customers (point) which are converted from a CSV. 
&lt;BR /&gt;here is the expression that i use: GeoOperation.INTERSECTS(row7.the_geom,row6.the_geom ) 
&lt;BR /&gt;but i met a problem: 
&lt;BR /&gt;Duplicate local variable currentGeom 
&lt;BR /&gt;Duplicate local variable currentGeomType 
&lt;BR /&gt;Does anyone can help me ? 
&lt;BR /&gt;sorry for my poor english... 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Miao</description>
      <pubDate>Sat, 16 Nov 2024 12:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337732#M106044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337733#M106045</link>
      <description>Hi Miao&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;I'm afraid this issue is due to your custom routine.&lt;BR /&gt;Click "Code" tag and check the source code of this job.&lt;BR /&gt;Or attach this export job and email me.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 23 Feb 2012 02:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337733#M106045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-23T02:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337734#M106046</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Miao&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;I'm afraid this issue is due to your custom routine.&lt;BR /&gt;Click "Code" tag and check the source code of this job.&lt;BR /&gt;Or attach this export job and email me.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;hello Pedro,
&lt;BR /&gt;thank you for your help,
&lt;BR /&gt;but I can't export my job, it seems that there are some compile errors, and I have to fix them before I export the job.
&lt;BR /&gt;and I have saw the code, it's very complicated, I think that I am not able to fix it.
&lt;BR /&gt;there are the two lines where are the problems :
&lt;BR /&gt;Geometry currentGeom = row_sShapefileOutput_2_FI.the_geom;
&lt;BR /&gt;String currentGeomType = currentGeom 
&lt;BR /&gt;
&lt;BR /&gt;Can you tell me what can I do now?? 
&lt;BR /&gt;Thank you very much
&lt;BR /&gt;and Best regards,
&lt;BR /&gt;Miao</description>
      <pubDate>Thu, 23 Feb 2012 10:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337734#M106046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-23T10:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337735#M106047</link>
      <description>Hi Miao&lt;BR /&gt;I have replied your email.&lt;BR /&gt;Do you receive it?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 23 Feb 2012 10:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337735#M106047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-23T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337736#M106048</link>
      <description>Hi
&lt;BR /&gt;After I debug the java code in your job, I think this issue is due to sShapeFileOutput.
&lt;BR /&gt;When you use it twice, it will duplicate variables "currentGeom", "currentGeomType".
&lt;BR /&gt;You'd better correct this custom component.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 24 Feb 2012 01:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337736#M106048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-24T01:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337737#M106049</link>
      <description>hi
&lt;BR /&gt;i have a feedback for you.
&lt;BR /&gt;since I have deactivated one of the two "sShapeFileOutput", and I've reactivated it;
&lt;BR /&gt;and finally my job worked; And I've got both of the Shapefile.
&lt;BR /&gt;I don't understand why, but it works now.
&lt;BR /&gt;thank you for your help,
&lt;BR /&gt;Miao
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;After I debug the java code in your job, I think this issue is due to sShapeFileOutput.&lt;BR /&gt;When you use it twice, it will duplicate variables "currentGeom", "currentGeomType".&lt;BR /&gt;You'd better correct this custom component.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 29 Feb 2012 14:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337737#M106049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T14:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337738#M106050</link>
      <description>Hi Miao 
&lt;BR /&gt;Thank you for your feedback. 
&lt;BR /&gt;Still this must be due to this custom component. 
&lt;BR /&gt;Anyway. Glad to know It works fine. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 29 Feb 2012 14:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337738#M106050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T14:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: a problem with"Duplicate local variable currentGeom"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337739#M106051</link>
      <description>Hi&lt;BR /&gt;I have error like "&lt;B&gt;Duplicate local variable murl&lt;/B&gt;" while trying to delete a record using &lt;B&gt;tMDMDelete &lt;/B&gt;component.&lt;BR /&gt;Please let me know if anyone have solution for this.&lt;BR /&gt;Thanks&lt;BR /&gt;Praneeth</description>
      <pubDate>Wed, 25 Jan 2017 16:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/a-problem-with-quot-Duplicate-local-variable-currentGeom-quot/m-p/2337739#M106051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T16:48:10Z</dc:date>
    </item>
  </channel>
</rss>

