<?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: Dynamic InputFile schema and Dynamic Table creation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228319#M19620</link>
    <description>Thanks Sabrina, 
&lt;BR /&gt;But in DB, I am able to see single column instead of 2 columns. 
&lt;BR /&gt;my file is 
&lt;BR /&gt;id,name 
&lt;BR /&gt;100,abc 
&lt;BR /&gt;101,xyz 
&lt;BR /&gt;102,zzz 
&lt;BR /&gt;my target in SQLservrDB should be 2 columns as id and name. but I got table with single column as 
&lt;BR /&gt;id;name 
&lt;BR /&gt;100;abc 
&lt;BR /&gt;101;xyz 
&lt;BR /&gt;102;zzz 
&lt;BR /&gt;here by Iam attaching the scrrenshots of my job 
&lt;BR /&gt;is there any properties had I overlooked? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Archana Laddagiri 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/339458/dynamic_sql_properties.png.png" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/339458/dynamic_mapping_editor.png.png" /&gt;</description>
    <pubDate>Mon, 11 Jan 2016 05:11:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-11T05:11:59Z</dc:date>
    <item>
      <title>Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228315#M19616</link>
      <description>Hi All,
&lt;BR /&gt;I am new to Talend and given challenge where one of our client will send Inputfile which is dynamic in structure (no of columns and Datatypes are dynamic). I have to get the file and create a table dynamically for the inputfile.
&lt;BR /&gt;Is there anyway to create a Talend Job which takes source as dynamic file schema and creates target table dynamically?
&lt;BR /&gt;A Swift responce will be very glad.
&lt;BR /&gt;Please let me know if my requirement is not clear.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Archana Laddagiri
&lt;BR /&gt;email:laddagiri.archana@gmail.com</description>
      <pubDate>Thu, 07 Jan 2016 07:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228315#M19616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T07:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228316#M19617</link>
      <description>Hi,&lt;BR /&gt;Use below flow-&lt;BR /&gt;tfileInputDelimited- &amp;gt; tmap -&amp;gt; DB component (tOracleOutput in case DB is oracle).&lt;BR /&gt;In the schema of tfileInputDelimited define only one column and datatype as 'Dynamic'. Copy the same flow till DB component and select option 'Create tbale if doesnot exist' from the drop down 'Action on Table' in DB component.</description>
      <pubDate>Thu, 07 Jan 2016 09:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228316#M19617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228317#M19618</link>
      <description>Hi, 
&lt;BR /&gt;The given solution works with Talend Commercial/Enterprise edition,but we are working with TalendOpenStudio (TOS). 
&lt;BR /&gt;Is any component/workaround there in TOS? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Archana Laddagiri</description>
      <pubDate>Thu, 07 Jan 2016 11:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228317#M19618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T11:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228318#M19619</link>
      <description>Hi,&lt;BR /&gt;Talend provides community user with a free trial of Talend Data Integration Product.&lt;BR /&gt;You can download it freely from:&lt;A href="https://info.talend.com/prodevaltedi.html?_ga=1.203997008.1751069238.1426242863" target="_blank" rel="nofollow noopener noreferrer"&gt;https://info.talend.com/prodevaltedi.html?_ga=1.203997008.1751069238.1426242863&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 08 Jan 2016 04:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228318#M19619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-08T04:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228319#M19620</link>
      <description>Thanks Sabrina, 
&lt;BR /&gt;But in DB, I am able to see single column instead of 2 columns. 
&lt;BR /&gt;my file is 
&lt;BR /&gt;id,name 
&lt;BR /&gt;100,abc 
&lt;BR /&gt;101,xyz 
&lt;BR /&gt;102,zzz 
&lt;BR /&gt;my target in SQLservrDB should be 2 columns as id and name. but I got table with single column as 
&lt;BR /&gt;id;name 
&lt;BR /&gt;100;abc 
&lt;BR /&gt;101;xyz 
&lt;BR /&gt;102;zzz 
&lt;BR /&gt;here by Iam attaching the scrrenshots of my job 
&lt;BR /&gt;is there any properties had I overlooked? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Archana Laddagiri 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/339458/dynamic_sql_properties.png.png" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/339458/dynamic_mapping_editor.png.png" /&gt;</description>
      <pubDate>Mon, 11 Jan 2016 05:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228319#M19620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T05:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228320#M19621</link>
      <description>Looks like your file field delimiter is set incorrectly.</description>
      <pubDate>Mon, 11 Jan 2016 13:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228320#M19621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228321#M19622</link>
      <description>Thanks janhess2, 
&lt;BR /&gt;I have corrected my file properties and it worked. ( in tfileinputdelimiter I have changed the fieldseperator from "," to ";") 
&lt;BR /&gt;BUT I am looking for any possibilities with Talend Open Studio version. 
&lt;BR /&gt;Please share your inputs. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Archana Laddagiri</description>
      <pubDate>Mon, 11 Jan 2016 19:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228321#M19622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T19:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic InputFile schema and Dynamic Table creation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228322#M19623</link>
      <description>Hi Archana Laddagiri, 
&lt;BR /&gt;With talend open studio, you have to define the schema structure&amp;nbsp;(names, types, and number of columns)&amp;nbsp;during design to load your&amp;nbsp;input file. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 13 Jan 2016 03:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-InputFile-schema-and-Dynamic-Table-creation/m-p/2228322#M19623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T03:35:10Z</dc:date>
    </item>
  </channel>
</rss>

