<?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: Error when use tFileList--tFileInputDelimited-tLogRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226508#M18395</link>
    <description>oops
&lt;BR /&gt;you right...now it goes
&lt;BR /&gt;thank you very much
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Not sure if I understand you right. In the textbox you should have: ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;BR /&gt;The " at the begin end should not be in the File Name text box because it would mean to use the string instead of the value returned by the expression&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Tue, 29 Apr 2008 12:14:50 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2008-04-29T12:14:50Z</dc:date>
    <item>
      <title>Error when use tFileList--tFileInputDelimited-tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226506#M18393</link>
      <description>hi to all!&lt;BR /&gt;i'm trying to read all the txt file from a directory using a tFileList---tFileInputDelimited--tLogRow&lt;BR /&gt;in the tFileList i put my directory, in the tFileInputDelimited i put "((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))"&lt;BR /&gt;if i execute i have this error: &lt;BR /&gt;The constructor FileInputDelimited(String, String, String, String, String, boolean, int, int, int, int) is undefined&lt;BR /&gt;Syntax error on token "tFileList_1_CURRENT_FILEPATH", , expected&lt;BR /&gt;and when i go to see to the code my error is here&lt;BR /&gt;new org.talend.fileprocess.FileInputDelimited("((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))","ISO-8859-15",",","\n",true,0,0,-1,-1);&lt;BR /&gt;can someone help?&lt;BR /&gt;thank you</description>
      <pubDate>Sat, 16 Nov 2024 14:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226506#M18393</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error when use tFileList--tFileInputDelimited-tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226507#M18394</link>
      <description>Not sure if I understand you right. In the textbox you should have: ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
&lt;BR /&gt;The " at the begin end should not be in the File Name text box because it would mean to use the string instead of the value returned by the expression</description>
      <pubDate>Tue, 29 Apr 2008 11:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226507#M18394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-29T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error when use tFileList--tFileInputDelimited-tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226508#M18395</link>
      <description>oops
&lt;BR /&gt;you right...now it goes
&lt;BR /&gt;thank you very much
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Not sure if I understand you right. In the textbox you should have: ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;BR /&gt;The " at the begin end should not be in the File Name text box because it would mean to use the string instead of the value returned by the expression&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 29 Apr 2008 12:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226508#M18395</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-04-29T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error when use tFileList--tFileInputDelimited-tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226509#M18396</link>
      <description>hi to all, its still me.. 
&lt;BR /&gt;if in a directory i have to kind of files, positional and delimited: 
&lt;BR /&gt;1. can i recognize with a tJava who is the kind of file that i'm reading and then to put the file(positional or delimited) in the corrispodent tFileInputXXX 
&lt;BR /&gt;tFileList(positional,delimited) -----&amp;gt;Iterate--------&amp;gt;tJava-------&amp;gt;RunIf-------&amp;gt;tFileInputPositional------&amp;gt;tLogRow 
&lt;BR /&gt; | 
&lt;BR /&gt; | 
&lt;BR /&gt; RunIf------&amp;gt;tFileInputDelimited-----&amp;gt;tLogRow 
&lt;BR /&gt; 
&lt;BR /&gt;2.I have in the directory of input more files(i supposed that i don't how many files) that i'm gonna elaborate, but then in output i want the same number of files with the same name, how can i do this 
&lt;BR /&gt;3.I made a schema like this: 
&lt;BR /&gt;tFileList(positional,delimited) -----&amp;gt;Iterate-------&amp;gt;tFileInputPositional------&amp;gt;tLogRow 
&lt;BR /&gt;when i leave just one positional file in the directory i have an error 
&lt;BR /&gt;Exception in component tFileList_1 
&lt;BR /&gt;java.lang.RuntimeException: No file found in directory C:/Talend 
&lt;BR /&gt;if i try to read a delimited file from the tFileList, i don't have errors, the Job goes OK 
&lt;BR /&gt;thanks to all, 
&lt;BR /&gt;regards</description>
      <pubDate>Wed, 30 Apr 2008 11:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-use-tFileList-tFileInputDelimited-tLogRow/m-p/2226509#M18396</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-04-30T11:49:08Z</dc:date>
    </item>
  </channel>
</rss>

