<?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: Shape to PostGIS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256074#M38580</link>
    <description>Hi, For the time being String fields are mapped to varchar(10485760) as this is the default GeoTools mapping. We are currently working on improving that point and allowing to insert/update/append data to an existing PostGIS table. 
&lt;BR /&gt;&amp;gt; Another question: can I import into PostGIS more shape files in one job? 
&lt;BR /&gt;Yep, just add another ShapefileInput and another sPostgisOutput components. 
&lt;BR /&gt;If you want to merge two Shape into one postgis table use a tMerge Component in between. 
&lt;BR /&gt;Ciao. 
&lt;BR /&gt;Francois</description>
    <pubDate>Tue, 15 Apr 2008 08:15:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-04-15T08:15:52Z</dc:date>
    <item>
      <title>Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256073#M38579</link>
      <description>&lt;P&gt;If I have a shape file with one or more fields "string" type and I import into PostGIS get all fields string set to varchar (10485760): why? How do I get a value other than 10485760 (for example varchar (30)? Is Possible?&lt;BR /&gt;Another question: can I import into PostGIS more shape files in one job?&lt;BR /&gt;Thanks&lt;BR /&gt;Best regards&lt;BR /&gt;I use: &lt;BR /&gt;SDI 2.3.2 &lt;BR /&gt;sShapefileInput &lt;BR /&gt;sPostgisOutput&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256073#M38579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256074#M38580</link>
      <description>Hi, For the time being String fields are mapped to varchar(10485760) as this is the default GeoTools mapping. We are currently working on improving that point and allowing to insert/update/append data to an existing PostGIS table. 
&lt;BR /&gt;&amp;gt; Another question: can I import into PostGIS more shape files in one job? 
&lt;BR /&gt;Yep, just add another ShapefileInput and another sPostgisOutput components. 
&lt;BR /&gt;If you want to merge two Shape into one postgis table use a tMerge Component in between. 
&lt;BR /&gt;Ciao. 
&lt;BR /&gt;Francois</description>
      <pubDate>Tue, 15 Apr 2008 08:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256074#M38580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-15T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256075#M38581</link>
      <description>Hi Fxp, 
&lt;BR /&gt;for the second answer: if I have a list of shape file (more then 10-20) and I want to put in PostGis in which mode I can put them in one time? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Bye</description>
      <pubDate>Tue, 15 Apr 2008 08:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256075#M38581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-15T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256076#M38582</link>
      <description>Hi, 
&lt;BR /&gt;For more than 10 shapefiles, you could use a tFileList component, select your directory, search pattern will be *.shp and could be recursive. Then iterate tFileList on tShapefileInput and then use tMerge to append all shape's features. 
&lt;BR /&gt;That way, it will search for all file *.shp, read all shape one after the other and the tMerge will append all geometries. You should have shapefile with the same attributes. 
&lt;BR /&gt;HTH. 
&lt;BR /&gt;Francois</description>
      <pubDate>Fri, 18 Apr 2008 07:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256076#M38582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T07:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256077#M38583</link>
      <description>Hi, 
&lt;BR /&gt;if I have, for example, more than 10 different shapefiles and I want to put in more 10 different PostGIS layers how I can to do? How to set different schema in automatic mode? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Bye</description>
      <pubDate>Fri, 18 Apr 2008 09:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256077#M38583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256078#M38584</link>
      <description>Hi, what is automatic mode ?
&lt;BR /&gt;If you have 10 inputs and 10 outputs components, just define all transformations on the workspace. 
&lt;BR /&gt;Schema will be defined for each inputs and outputs components. If you always use the same schema, you can save it as a flat XML file (from the schema editor) or use the metadata section in the repository to save it.
&lt;BR /&gt;HTH. 
&lt;BR /&gt;Francois</description>
      <pubDate>Mon, 21 Apr 2008 16:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256078#M38584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-21T16:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256079#M38585</link>
      <description>Hi,
&lt;BR /&gt;If I have more than 10 different inputs and many different outputs? Is there an automatic mode for retrieve the schema of all inputs?
&lt;BR /&gt;Thanks
&lt;BR /&gt;Bye</description>
      <pubDate>Wed, 23 Apr 2008 18:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256079#M38585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-23T18:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256080#M38586</link>
      <description>I have the same interest.
&lt;BR /&gt;My question is... How can I retrieve a Shape's Schema?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Bye</description>
      <pubDate>Wed, 30 Apr 2008 18:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256080#M38586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-30T18:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Shape to PostGIS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256081#M38587</link>
      <description>Hi,
&lt;BR /&gt;There is no "automatic mode" at this time in SDI as Metadata for DB, csv files....
&lt;BR /&gt;This functionality will be available soon in SDI.
&lt;BR /&gt;--
&lt;BR /&gt;Mathieu</description>
      <pubDate>Wed, 14 May 2008 10:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shape-to-PostGIS/m-p/2256081#M38587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-14T10:08:13Z</dc:date>
    </item>
  </channel>
</rss>

