<?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: Transfer data from csv files to mssql server with special characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283523#M57408</link>
    <description>Perfect, i have changed the tfileinputdelimited encoding to UTF-8 then it work now.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Nghia</description>
    <pubDate>Tue, 28 Jan 2014 08:34:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-28T08:34:09Z</dc:date>
    <item>
      <title>Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283521#M57406</link>
      <description>Hello all,&lt;BR /&gt;I am working on a TOS project importing data from csv files to mssql server database. The problem is that special characters in German like "ä ü ö" inserted into db tables became "??".&lt;BR /&gt;I know the problem is DB saved those special characters not as Unicode chars.&lt;BR /&gt;How we resolve this problem, if anyone that had met and resolved the problem please help me.&lt;BR /&gt;Thank a lot.&lt;BR /&gt;Nghia</description>
      <pubDate>Sat, 16 Nov 2024 11:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283521#M57406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283522#M57407</link>
      <description>What is the encoding of your CSV files? Change the encoding accordingly in the tfileinputdelimited (component which is reading your csv file) to read the characters in your file correctly. 
&lt;BR /&gt;The option to change the encoding is under advanced settings of the component.</description>
      <pubDate>Tue, 28 Jan 2014 08:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283522#M57407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T08:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283523#M57408</link>
      <description>Perfect, i have changed the tfileinputdelimited encoding to UTF-8 then it work now.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Nghia</description>
      <pubDate>Tue, 28 Jan 2014 08:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283523#M57408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283524#M57409</link>
      <description>Hello,&lt;BR /&gt;May i have a question that:&lt;BR /&gt;If the csv files encoding is not UTF-8 the there is any way Talend can convert the data to UTF-8 before import to Db?&lt;BR /&gt;Before now my imports by SSIS work good without care with csv file encoding.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 28 Jan 2014 10:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283524#M57409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283525#M57410</link>
      <description>There are ways to convert file encoding through batch scripts and also through java. You can incorporate both these codes (whichever is more suitable to you) into your talend job at whichever point you need to convert your file through the following components:
&lt;BR /&gt;1) tjava - if you want to use java code to convert your file encoding to UTF-8
&lt;BR /&gt;2)tsystem - to run batch commands to do the same</description>
      <pubDate>Tue, 28 Jan 2014 14:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283525#M57410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283526#M57411</link>
      <description>Hi, &lt;BR /&gt;I just came across this component which can change the file encoding in talend called tchangeFileEncoding. Its under data quality.&lt;BR /&gt;It changes the encoding of the input file of given encoding type (you can choose from a drop down) and gives the output file with the changed encoding of your choice. You can give custom encoding also if the encoding you are looking for is not listed there.</description>
      <pubDate>Mon, 03 Feb 2014 11:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283526#M57411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T11:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer data from csv files to mssql server with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283527#M57412</link>
      <description>Thank Remy.&lt;BR /&gt;There is a very simple solution from Viswanath.Ch. and it work.&lt;BR /&gt;&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=127321#p127321" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=127321#p127321&lt;/A&gt;&lt;BR /&gt;Thanks for your support</description>
      <pubDate>Mon, 10 Feb 2014 04:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-data-from-csv-files-to-mssql-server-with-special/m-p/2283527#M57412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T04:30:30Z</dc:date>
    </item>
  </channel>
</rss>

