<?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: [resolved] Schemas and XML Export/Import feature in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267909#M46637</link>
    <description>Yes on output but not on input.</description>
    <pubDate>Thu, 20 Sep 2012 14:08:17 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2012-09-20T14:08:17Z</dc:date>
    <item>
      <title>[resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267904#M46632</link>
      <description>Hello, 
&lt;BR /&gt;I actually use TOS for Data Integration. 
&lt;BR /&gt;More exactly i deal with schemas of db connections. 
&lt;BR /&gt;In the schema window, there are 2 columns in the list of schema columns: 
&lt;BR /&gt; "Column" : that shows you a label for the column 
&lt;BR /&gt; "Db Column" : that shows you the physical name of the Db column 
&lt;BR /&gt;In 4.2 version, i used a feature that allows to export a schema in a XML format and then re-import it. 
&lt;BR /&gt;In 5.1.2, it exports correctly the schema: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;schema dbmsId="mega_id"&amp;gt;&lt;BR /&gt;    &amp;lt;column comment="" default="" key="false"&lt;BR /&gt;        label="_310000000D00_Absolute_Identifier_" length="8"&lt;BR /&gt;        nullable="false"&lt;BR /&gt;        originalDbColumnName="~310000000D00"&lt;BR /&gt;        pattern="" precision="0" talendType="id_String" type="MegaIdentifier"/&amp;gt;&lt;BR /&gt;    &amp;lt;column comment="" default="" key="false"&lt;BR /&gt;        label="_lfGkEeBZ6910_Aggregated_Status_" length="160"&lt;BR /&gt;        nullable="true"&lt;BR /&gt;        originalDbColumnName="~lfGkEeBZ6910"&lt;BR /&gt;        pattern="" precision="0" talendType="id_String" type="String"/&amp;gt;&lt;BR /&gt;&amp;lt;/schema&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Then in the XML file, i modify the label in order to make it more user friendly: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;schema dbmsId="mega_id"&amp;gt;&lt;BR /&gt;    &amp;lt;column comment="" default="" key="false"&lt;BR /&gt;        label="MA_Absolute_Identifier" length="8"&lt;BR /&gt;        nullable="false"&lt;BR /&gt;        originalDbColumnName="~310000000D00"&lt;BR /&gt;        pattern="" precision="0" talendType="id_String" type="MegaIdentifier"/&amp;gt;&lt;BR /&gt;    &amp;lt;column comment="" default="" key="false"&lt;BR /&gt;        label="MA_Aggregated_Status" length="160"&lt;BR /&gt;        nullable="true"&lt;BR /&gt;        originalDbColumnName="~lfGkEeBZ6910"&lt;BR /&gt;        pattern="" precision="0" talendType="id_String" type="String"/&amp;gt;&lt;BR /&gt;&amp;lt;/schema&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Then i import this file in the schema using the button called "Replace all rows by import from xml file". 
&lt;BR /&gt;But the value in Column and Db Column are the same and equal to the label. 
&lt;BR /&gt;If i export the new schema it gives me: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;schema dbmsId="mega_id"&amp;gt;&lt;BR /&gt;    &amp;lt;column comment="" default="" key="false"&lt;BR /&gt;        label="MA_Absolute_Identifier" length="8"&lt;BR /&gt;        nullable="false"&lt;BR /&gt;        originalDbColumnName="MA_Absolute_Identifier"&lt;BR /&gt;        pattern="" precision="0" talendType="id_String" type="MegaIdentifier"/&amp;gt;&lt;BR /&gt;    &amp;lt;column comment="" default="" key="false"&lt;BR /&gt;        label="MA_Aggregated_Status" length="160"&lt;BR /&gt;        nullable="true"&lt;BR /&gt;        originalDbColumnName="MA_Aggregated_Status"&lt;BR /&gt;        pattern="" precision="0" talendType="id_String" type="String"/&amp;gt;&lt;BR /&gt;&amp;lt;/schema&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;So in fact the physical column name seems to be lost when importing xml file. 
&lt;BR /&gt;Is this a bug or just an error from me? 
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 20 Sep 2012 11:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267904#M46632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-20T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267905#M46633</link>
      <description>If you change the label name in the schema, the column name changes in both versions.</description>
      <pubDate>Thu, 20 Sep 2012 11:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267905#M46633</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-09-20T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267906#M46634</link>
      <description>Effectively so my conclusion is that it is a bug, no?</description>
      <pubDate>Thu, 20 Sep 2012 11:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267906#M46634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-20T11:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267907#M46635</link>
      <description>Not necessarily. Why would you want them to be different?&lt;BR /&gt;You can give them any name - they don't have to be the same as the database column name.</description>
      <pubDate>Thu, 20 Sep 2012 13:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267907#M46635</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-09-20T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267908#M46636</link>
      <description>The Db Column name is the one used by talend to make operations on the database table so it must not be at the hand of the user.</description>
      <pubDate>Thu, 20 Sep 2012 13:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267908#M46636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-20T13:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267909#M46637</link>
      <description>Yes on output but not on input.</description>
      <pubDate>Thu, 20 Sep 2012 14:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267909#M46637</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-09-20T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267910#M46638</link>
      <description>Is it possible to declare a bug in jira for this please?
&lt;BR /&gt;The problem exists too in Talend 5.2 version.</description>
      <pubDate>Thu, 22 Nov 2012 09:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267910#M46638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-22T09:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Schemas and XML Export/Import feature</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267911#M46639</link>
      <description>Hi all, 
&lt;BR /&gt;For those who are interested in this thread. An issue has been logged in Jira and at this moment it has been solved and it will be available in the next releases 5.1.3 and 5.2.1. 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TDI-23890" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-23890&lt;/A&gt;</description>
      <pubDate>Fri, 30 Nov 2012 08:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Schemas-and-XML-Export-Import-feature/m-p/2267911#M46639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-30T08:27:11Z</dc:date>
    </item>
  </channel>
</rss>

