<?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: help on tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350530#M117372</link>
    <description>&lt;P&gt;thanks, it was my issue....&lt;/P&gt;&lt;P&gt;Last question, I need to replace ";" by "|"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have done this in the tLogRow connector but the result is not goog because the pipe is put at the end.... (see screen 2)&lt;/P&gt;&lt;P&gt;what is wrong please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de61bAAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140844i96A324755E82A1AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de61bAAA.png" alt="0695b00000de61bAAA.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de67YAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150684iB0EBEBBD9CFCDD50/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de67YAAQ.png" alt="0695b00000de67YAAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 14:52:46 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2023-03-08T14:52:46Z</dc:date>
    <item>
      <title>help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350525#M117367</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I try to build the job described below&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.talendbyexample.com/my-first-talend-job.html" target="_blank"&gt;URL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I run the job, i have no error but also no results!&lt;/P&gt;&lt;P&gt;What is the problem please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de4hPAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138253iBAF18BD189373F7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de4hPAAQ.png" alt="0695b00000de4hPAAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350525#M117367</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2024-11-15T22:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350526#M117368</link>
      <description>&lt;P&gt;Hi Team, &lt;/P&gt;&lt;P&gt;It says no rows are processed in your job. Can you ensure the schema and schema sync is done correctly? May be you can try without tmap initially and then add tmap for transformation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 07:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350526#M117368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-08T07:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350527#M117369</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It's what I done&lt;/P&gt;&lt;P&gt;The schema seems to be correct&lt;/P&gt;&lt;P&gt;It seems there is an issue to parse a field but i dont know how to correct this because Id field exists in my CSV source&lt;/P&gt;&lt;P&gt;Démarrage du Job TMAP2 à 05:59 08/03/2023.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3685&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Couldn't parse value for column 'Id' in 'row1', value is '"1'. Details: java.lang.NumberFormatException: For input string: ""1"&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My original source was this :&lt;/P&gt;&lt;P&gt;Id;Name;Department;StartDate;Salary&lt;/P&gt;&lt;P&gt;1;John Smith;Sales;01-Mar-2023;20000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I replace Id=1 by Id=x and I replace Id=integer by Id= string, it works&lt;/P&gt;&lt;P&gt;why?&lt;/P&gt;&lt;P&gt;and I have another problem&lt;/P&gt;&lt;P&gt;If I replace ";' by "," , it doesn't works and I have pipe at the end of the output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de4uYAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150683i8F850EAB4EB61E13/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de4uYAAQ.png" alt="0695b00000de4uYAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Démarrage du Job TMAP2 à 10:01 08/03/2023.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3908&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Id	Name	Department	StartDate	Salary&lt;/P&gt;&lt;P&gt;"x;John Smith;Sales;01-Mar-2023;20000"||||&lt;/P&gt;&lt;P&gt;"y;JP Ros;Commercial;04-Mar-2023;35000"||||&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 08:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350527#M117369</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-08T08:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350528#M117370</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Double check your source data,  the value is "1, there is a double quote before 1, so it is a string value, you can't use a 'Integer/int' type to read it.&lt;/P&gt;&lt;P&gt;In your source data, the field separator is ";"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 11:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350528#M117370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-08T11:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350529#M117371</link>
      <description>&lt;P&gt;Check this options to avoid the double quotes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de5V5AAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153258i44FA097127EEBF64/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de5V5AAI.png" alt="0695b00000de5V5AAI.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350529#M117371</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-03-08T13:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350530#M117372</link>
      <description>&lt;P&gt;thanks, it was my issue....&lt;/P&gt;&lt;P&gt;Last question, I need to replace ";" by "|"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have done this in the tLogRow connector but the result is not goog because the pipe is put at the end.... (see screen 2)&lt;/P&gt;&lt;P&gt;what is wrong please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de61bAAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140844i96A324755E82A1AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de61bAAA.png" alt="0695b00000de61bAAA.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000de67YAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150684iB0EBEBBD9CFCDD50/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000de67YAAQ.png" alt="0695b00000de67YAAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 14:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350530#M117372</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-08T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350531#M117373</link>
      <description>&lt;P&gt;There are 5 fields in your source data, you should define 5 columns on the schema of tFileInputDelimited to map each field, and set the field separator as ";" on tFileInputDelimited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 01:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350531#M117373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-09T01:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350532#M117374</link>
      <description>&lt;P&gt;I think it's what I have done&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000deC3hAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139850iF9A21CDE144CC7C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000deC3hAAE.png" alt="0695b00000deC3hAAE.png" /&gt;&lt;/span&gt;﻿&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000deC41AAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142333iFFFB14DE0BDDF382/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000deC41AAE.png" alt="0695b00000deC41AAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 06:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350532#M117374</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-09T06:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350533#M117375</link>
      <description>&lt;P&gt;It's strange! Which version of studio are you using? can you try to select 'table' model on tLogRow to check if the data display correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350533#M117375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-09T07:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350534#M117376</link>
      <description>&lt;P&gt;Screen of your mapping please?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350534#M117376</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-03-09T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350535#M117377</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000deC8hAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139708i789F3F531FED02EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000deC8hAAE.png" alt="0695b00000deC8hAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350535#M117377</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-09T07:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350536#M117378</link>
      <description>&lt;P&gt;It's version 8.0.1&lt;/P&gt;&lt;P&gt;here is the table model&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000deC8rAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145545i50A1AC074EBA3E79/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000deC8rAAE.png" alt="0695b00000deC8rAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350536#M117378</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-09T07:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350537#M117379</link>
      <description>&lt;P&gt;please double check the basic settings of tFileInputDelimited, especially the field separator, the component read the whole line as the first column. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350537#M117379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-09T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350538#M117380</link>
      <description>&lt;P&gt;Sorry i dont understand what you mean&lt;/P&gt;&lt;P&gt;could you write it here please?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 15:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350538#M117380</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-09T15:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350539#M117381</link>
      <description>&lt;P&gt;I suspect you don't set the right field separator, tFileInputDelimited read the whole line of data as one column, so please double check the field separator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 00:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350539#M117381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-10T00:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350540#M117382</link>
      <description>&lt;P&gt;The separator in my csv file is a semicolon so it's normal that I use also a semicolon separator as the field separator in tFileInputDelilited no?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Id;Name;Department;StartDate;Salary&lt;/P&gt;&lt;P&gt;x;John Smith;Sales;01-Mar-2023;20000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000deK1jAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149999iFC4ADEACA600A3D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000deK1jAAE.png" alt="0695b00000deK1jAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 10:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350540#M117382</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-10T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350541#M117383</link>
      <description>&lt;P&gt;Is anybody can help please?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 04:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350541#M117383</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-12T04:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350542#M117384</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I noticed that there is a double quotes around the data, &lt;/P&gt;&lt;P&gt;"Id;Name;Department;StartDate;Salary"&lt;/P&gt;&lt;P&gt;"x;John Smith;Sales;01-Mar-2023;20000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the CSV option is checked, the component read the whole line as one value, so just define one column on the schema, and then use a tExtractDelimitedFields to extract each data from the input line, define the all columns on tExtractDelimitedFields.&lt;/P&gt;&lt;P&gt;tFileInputDelimited--main--tExtractDelimitedFields--main--tLogRow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000deb8wAAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153362i0DE88D5E25408D2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000deb8wAAA.png" alt="0695b00000deb8wAAA.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know if it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardfs&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 08:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350542#M117384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-14T08:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350543#M117385</link>
      <description>&lt;P&gt;I dont understand anything&lt;/P&gt;&lt;P&gt;In the csv file I sent you, there is no double quotes!&lt;/P&gt;&lt;P&gt;And if i modify the schema like you asked me, I have an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000debG7AAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143574i275AE91B786FA71A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000debG7AAI.png" alt="0695b00000debG7AAI.png" /&gt;&lt;/span&gt;﻿&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000debGCAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137347i3BCCEA40C7703E21/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000debGCAAY.png" alt="0695b00000debGCAAY.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 09:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350543#M117385</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-03-14T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: help on tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350544#M117386</link>
      <description>&lt;P&gt;Open the file with notepad++, you will see the double quotes.&lt;/P&gt;&lt;P&gt;Modify your job to &lt;/P&gt;&lt;P&gt;tFileInputDelimited--main--tExtractDelimitedFields--main--tLogRow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/help-on-tMap/m-p/2350544#M117386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-14T12:29:35Z</dc:date>
    </item>
  </channel>
</rss>

