<?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] tNormalize incorrectly splitting all characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207409#M7065</link>
    <description>With&amp;nbsp;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;"\\|" &lt;/FONT&gt;&lt;/FONT&gt;works perfect!&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 16 Mar 2017 12:12:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-16T12:12:46Z</dc:date>
    <item>
      <title>[resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207403#M7059</link>
      <description>Hi
&lt;BR /&gt;I have a tFileInputDelimited component reading a .csv file.
&lt;BR /&gt;This goes to a tNormalize.
&lt;BR /&gt;In the tNormalize I use "|" as the item separator.
&lt;BR /&gt;When I run the job column is separates all charactes
&lt;BR /&gt;Jim|Smith will be delimited as
&lt;BR /&gt;J
&lt;BR /&gt;i
&lt;BR /&gt;m
&lt;BR /&gt;S
&lt;BR /&gt;m
&lt;BR /&gt;i
&lt;BR /&gt;t
&lt;BR /&gt;h
&lt;BR /&gt;with an empty field where the | is.
&lt;BR /&gt;I have tried reading the file in as ISO-8859-15 and UTF-8.
&lt;BR /&gt;Please let me know how to resolve this.</description>
      <pubDate>Sat, 16 Nov 2024 12:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207403#M7059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207404#M7060</link>
      <description>Hi&lt;BR /&gt;try "\\|", it works now.</description>
      <pubDate>Wed, 07 Nov 2012 11:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207404#M7060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-07T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207405#M7061</link>
      <description>Hi,&lt;BR /&gt;That worked.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 07 Nov 2012 12:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207405#M7061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-07T12:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207406#M7062</link>
      <description>Hi,&lt;BR /&gt;I came a problem today, I have a CSV file having data like below:&lt;BR /&gt;Field1; Field2; Field3; Field4; Field5; Field6&lt;BR /&gt;Field7; Field8; Field9; Field10; Field11; Field12 |  Field13; Field14; Field15&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Field1; Field2; Field3; Field4; Field5; Field6 |  Field4; Field5; Field6 | Field4; Field5; Field6 |........|N&lt;BR /&gt;Please let me know how Talend can handle such a problem. So i can map data like:&lt;BR /&gt;Field1; Field2; Field3; Field4; Field5; Field6&lt;BR /&gt;Field7; Field8; Field9; Field10; Field11; Field12&lt;BR /&gt;Field7; Field8; Field9; Field13; Field14; Field15&lt;BR /&gt;Target Schema is :&lt;BR /&gt;Field1; Field2; Field3; Field4; Field5; Field6&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Asif</description>
      <pubDate>Thu, 17 Jan 2013 16:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207406#M7062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T16:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207407#M7063</link>
      <description>I saw that, too, also using the "|" delimiter.  It worked properly with the default "," but I have commas in my fields.  I tried using "~" and it worked properly.&lt;BR /&gt;What's the problem with the "|"??</description>
      <pubDate>Thu, 17 Jan 2013 17:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207407#M7063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T17:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207408#M7064</link>
      <description>It does not recognize "|" and do not normalize fields accordingly.</description>
      <pubDate>Thu, 17 Jan 2013 18:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207408#M7064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T18:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207409#M7065</link>
      <description>With&amp;nbsp;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;"\\|" &lt;/FONT&gt;&lt;/FONT&gt;works perfect!&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 16 Mar 2017 12:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207409#M7065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T12:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207410#M7066</link>
      <description>&lt;P&gt;When we hardcode item seperator as  "\\|" in tnormalize, it works&lt;/P&gt;&lt;P&gt;But it does not work when we pass the same from context variable.&lt;/P&gt;&lt;P&gt;Any solution how can we pass it from context variable ?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 08:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207410#M7066</guid>
      <dc:creator>krrohit1256</dc:creator>
      <dc:date>2022-02-13T08:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tNormalize incorrectly splitting all characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207411#M7067</link>
      <description>&lt;P&gt;@KUMAR ROHIT​&amp;nbsp;, I made a testing on version 8.0.1 and it works also with context variable, set the default value of context variavble as \\|&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 14:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tNormalize-incorrectly-splitting-all-characters/m-p/2207411#M7067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-13T14:28:25Z</dc:date>
    </item>
  </channel>
</rss>

