<?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: new to Talend - create tables using flat file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361142#M125572</link>
    <description>Hi, &lt;BR /&gt;Would you mind posting your job design screenshots into forum? What's your sql query?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Sun, 04 May 2014 05:34:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-04T05:34:32Z</dc:date>
    <item>
      <title>new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361134#M125564</link>
      <description>Hi everyone, take it easy on my here, this is my first go at any sort of "ETL" tool.&lt;BR /&gt;In a nutshell I would like to take a single flat file that contains groups of records and create a shell for a baseline SQL Server environment, tables based on the field name and lenghts and continue to populate the tables with daily files.&lt;BR /&gt;For startes I would like to know where to start in the studio, I have my flat text file sitting here...how can I use Talend to set the field lenght positions to populate my SQL DB?&lt;BR /&gt;Im sure im wording this poorly, ask me questions and I can respond.&lt;BR /&gt;Thanks!&lt;BR /&gt;J</description>
      <pubDate>Fri, 25 Apr 2014 05:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361134#M125564</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-25T05:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361135#M125565</link>
      <description>Hi J,&lt;BR /&gt;Have you created repository metadata for your input file, if not can you please create it...&lt;BR /&gt;Pl check tutorial - &lt;A href="http://www.talendforge.org/tutorials/tutorial.php?idTuto=5" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?idTuto=5&lt;/A&gt;&lt;BR /&gt;Also look for similar tutorial to load data into the SQL DB.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 25 Apr 2014 06:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361135#M125565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T06:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361136#M125566</link>
      <description>Please refer to "Getting.Started.with.Talend.Open.Studio.for.Data.Integration" book, it will explain you all the concepts step by step and the 1st chapter only deals with how to handle files.&lt;BR /&gt;Have a happy learning!!</description>
      <pubDate>Fri, 25 Apr 2014 06:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361136#M125566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T06:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361137#M125567</link>
      <description>Hi, &lt;BR /&gt;Could you please elaborate your case with an example with input and expected output values? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 25 Apr 2014 08:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361137#M125567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361138#M125568</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi J,&lt;BR /&gt;Have you created repository metadata for your input file, if not can you please create it...&lt;BR /&gt;Pl check tutorial - &lt;A href="http://www.talendforge.org/tutorials/tutorial.php?idTuto=5" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?idTuto=5&lt;/A&gt;&lt;BR /&gt;Also look for similar tutorial to load data into the SQL DB.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Thank you, I have gone through this tutorial and created meta data for my file.&lt;BR /&gt;My one flat file contains 3 different types of records (0, 2 and 4 record), each in their own layout.  I created metadata to match each one. Thank you!&lt;BR /&gt;J</description>
      <pubDate>Fri, 25 Apr 2014 20:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361138#M125568</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-25T20:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361139#M125569</link>
      <description>I have also successfully connected to my remote SQL Server and can see my databases!
&lt;BR /&gt;Now I need to figure out how to use my new metadata to create a new DB.
&lt;BR /&gt;J</description>
      <pubDate>Fri, 25 Apr 2014 20:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361139#M125569</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-25T20:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361140#M125570</link>
      <description>Hi jfbroede, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have also successfully connected to my remote SQL Server and can see my databases!&lt;BR /&gt;Now I need to figure out how to use my new metadata to create a new DB.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Please have a look at online document 
&lt;A href="https://help.talend.com/search/all?query=Setting+up+a+database+connection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;etting up a database connection&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 28 Apr 2014 04:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361140#M125570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-28T04:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361141#M125571</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi jfbroede, &lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;I have also successfully connected to my remote SQL Server and can see my databases!&lt;BR /&gt;Now I need to figure out how to use my new metadata to create a new DB.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Please have a look at online document &lt;A href="https://help.talend.com/search/all?query=Setting+up+a+database+connection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;etting up a database connection&lt;/A&gt;.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have made the connection. But Im still having issues adding/populating the SQL DB. 
&lt;BR /&gt;I have the outputdelimited file, and when I try and run a job to send it to my SQL DB I get this: 
&lt;BR /&gt;Exception in component tMSSqlOutput_1 
&lt;BR /&gt;java.sql.SQLException: An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name. 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:368) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2820) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2258) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:632) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:584) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:546) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.executeImpl(JtdsStatement.java:723) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.execute(JtdsStatement.java:1160) 
&lt;BR /&gt; at jeff_test.how_to_setup_join_link_0_1.How_To_Setup_join_link.tFileInputDelimited_1Process(How_To_Setup_join_link.java:1546) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at jeff_test.how_to_setup_join_link_0_1.How_To_Setup_join_link.runJobInTOS(How_To_Setup_join_link.java:3090) 
&lt;BR /&gt; at jeff_test.how_to_setup_join_link_0_1.How_To_Setup_join_link.main(How_To_Setup_join_link.java:2955) 
&lt;BR /&gt;Job How_To_Setup_join_link ended at 14:11 03/05/2014. 
&lt;BR /&gt; 
&lt;BR /&gt;What am I missing? 
&lt;BR /&gt;Jeff</description>
      <pubDate>Sat, 03 May 2014 19:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361141#M125571</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-03T19:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361142#M125572</link>
      <description>Hi, &lt;BR /&gt;Would you mind posting your job design screenshots into forum? What's your sql query?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 04 May 2014 05:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361142#M125572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-04T05:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361143#M125573</link>
      <description>I am also fairly new to Talend, so these are some recommendations from one beginner to another. 
&lt;BR /&gt;1. Start by just loading the flat file and make sure you can write that to a log. 
&lt;BR /&gt;tFileInputDelimited -&amp;gt; tLogFile 
&lt;BR /&gt;If the input file has a lot of records, you can set the Limit parameter on the tFile... so it only reads the first 100 or so. 
&lt;BR /&gt;2. Gradually add components, but continue to end in the tLogFile 
&lt;BR /&gt;Add a tMap: tFileInputDelimited -&amp;gt; tMap -&amp;gt; tLogFile 
&lt;BR /&gt;This will let you play with different settings in tMap. Using filters, expressions, etc. 
&lt;BR /&gt;3. Update the output of your tMap to match what you have in your database, but still write to a tLogFile 
&lt;BR /&gt;If your flat file is reading numbers as string but your database field is set to int, you can play with conversions within tMap. You can fix any conversion problems before connecting your database. 
&lt;BR /&gt;4. Once you are seeing the type of output in your tLogFile that you expect to see in your database, then connect the tMySQLOutput (or whatever database you are using). 
&lt;BR /&gt;Doing the step by step has helped me a lot as I figure out how to use this tool. when I thought I had it figured out and just wrote the complete process at the start, I had no idea where to look for errors or what was going on. Doing it this way allowed me to troubleshoot each component individually so I could 1) focus only on the settings of 1 component instead of the entire job and 2) really understand what the component was really doing which helped in tweaking things later. 
&lt;BR /&gt;I'm also new to Java so I have had to google a lot about Java contexts. Doing a Google search on "Java string to int" has helped me find things like Integer.parseInt(row1.PageLookups.replace(",","")) that I could throw right into tMap.</description>
      <pubDate>Mon, 05 May 2014 19:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361143#M125573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-05T19:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361144#M125574</link>
      <description>Hi Jeff,&lt;BR /&gt;This is problem with the query used in input component? Can you pl put a screenshot of your job and a query used?&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 06 May 2014 05:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361144#M125574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-06T05:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: new to Talend - create tables using flat file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361145#M125575</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;Please find my screen shot i am getting error as&lt;BR /&gt;Exception in component tMSSqlInput_1&lt;BR /&gt;java.sql.SQLException: An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.&lt;BR /&gt;&lt;BR /&gt;Please revert me to mail : shivi.bhatt@igate.com &lt;BR /&gt;please help on this&lt;BR /&gt;Thanks&lt;BR /&gt;Shivi Bhatt</description>
      <pubDate>Tue, 26 Apr 2016 11:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/new-to-Talend-create-tables-using-flat-file/m-p/2361145#M125575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T11:37:31Z</dc:date>
    </item>
  </channel>
</rss>

