<?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 PostgresSQL - ST_GeomFromGeoJSON in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250268#M34566</link>
    <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a simple insert into statement i'm trying to execute using PostgresSQL. In other tools the statement works as expected, however when using the PostgresRow component it flags an error 'delete token on error'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;INSERT INTO xx.xxx (geom, grid, verificationstatus, submitter)&lt;BR /&gt;VALUES ((ST_SetSRID(ST_GeomFromGeoJSON('{"type":"LineString","coordinates":[[-4.5346101,50.8679411],[-4.5327421,50.8675484],[-4.5316245,50.8672181],[-4.5310114,50.8670082]]}'), 4326)),&lt;BR /&gt;77222, 1, 'TapTest2')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we need to overcome this as soon as possible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thans&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 17:47:57 GMT</pubDate>
    <dc:creator>NMangaba_TAP</dc:creator>
    <dc:date>2019-11-11T17:47:57Z</dc:date>
    <item>
      <title>PostgresSQL - ST_GeomFromGeoJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250268#M34566</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a simple insert into statement i'm trying to execute using PostgresSQL. In other tools the statement works as expected, however when using the PostgresRow component it flags an error 'delete token on error'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;INSERT INTO xx.xxx (geom, grid, verificationstatus, submitter)&lt;BR /&gt;VALUES ((ST_SetSRID(ST_GeomFromGeoJSON('{"type":"LineString","coordinates":[[-4.5346101,50.8679411],[-4.5327421,50.8675484],[-4.5316245,50.8672181],[-4.5310114,50.8670082]]}'), 4326)),&lt;BR /&gt;77222, 1, 'TapTest2')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we need to overcome this as soon as possible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thans&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 17:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250268#M34566</guid>
      <dc:creator>NMangaba_TAP</dc:creator>
      <dc:date>2019-11-11T17:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: PostgresSQL - ST_GeomFromGeoJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250269#M34567</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;For compilation problems, Syntax error on tokens, delete these tokens, does the java code show error?&lt;/P&gt; 
&lt;P&gt;To find which one , open your job and looks at the code ; on the right border you sould have a "red pointer" , click on it and you got the mistake. Propably a String parameters in a field without quote.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250269#M34567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: PostgresSQL - ST_GeomFromGeoJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250270#M34568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; In your SQL, you are having double quotes and due to this reason, the Talend component may not be able to identify the right SQL. Could you please add escape characters to the double quotes used within your SQL?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 752px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8FC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135941i71BAB4CF0CB0967B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8FC.png" alt="0683p000009M8FC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;This will make sure that the SQL statement is closed correctly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 15:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgresSQL-ST-GeomFromGeoJSON/m-p/2250270#M34568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T15:28:18Z</dc:date>
    </item>
  </channel>
</rss>

