<?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: Parsing Japanese characters in Spark &amp;amp; Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/106413#M42481</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15469"&gt;@RiyazAliM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You &lt;SPAN&gt;&amp;nbsp;need to encode the data in that language format , i.e, if the data is in japanease then u need to encode in UTF-8&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;CREATE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;OR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;REPLACE TEMP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;VIEW&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;japanese_data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;csv.`path&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;japanese_data.csv`&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OPTIONS (&lt;SPAN class=""&gt;'encoding'&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;'UTF-8'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;also you can use various libraries and tools for natural language processing (NLP) in Databricks&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2025 08:45:52 GMT</pubDate>
    <dc:creator>Avinash_Narala</dc:creator>
    <dc:date>2025-01-21T08:45:52Z</dc:date>
    <item>
      <title>Parsing Japanese characters in Spark &amp; Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/106408#M42479</link>
      <description>&lt;P&gt;I'm trying to read the data which has Japanese headers, might as well have Japanese data. Currently when I say header is True, I see all jumbled characters. Can any one help how can I parse these Japanese characters correctly?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 08:20:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/106408#M42479</guid>
      <dc:creator>RiyazAliM</dc:creator>
      <dc:date>2025-01-21T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Japanese characters in Spark &amp; Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/106413#M42481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15469"&gt;@RiyazAliM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You &lt;SPAN&gt;&amp;nbsp;need to encode the data in that language format , i.e, if the data is in japanease then u need to encode in UTF-8&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;CREATE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;OR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;REPLACE TEMP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;VIEW&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;japanese_data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;csv.`path&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;japanese_data.csv`&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OPTIONS (&lt;SPAN class=""&gt;'encoding'&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;'UTF-8'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;also you can use various libraries and tools for natural language processing (NLP) in Databricks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 08:45:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/106413#M42481</guid>
      <dc:creator>Avinash_Narala</dc:creator>
      <dc:date>2025-01-21T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Japanese characters in Spark &amp; Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/109155#M43230</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/98941"&gt;@Avinash_Narala&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I definitely used the encoding options to parse the data again but this time I used an encoding called `SHIFT_JIS` to solve the problem. Appreciate the quick response.!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 11:12:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/parsing-japanese-characters-in-spark-amp-databricks/m-p/109155#M43230</guid>
      <dc:creator>RiyazAliM</dc:creator>
      <dc:date>2025-02-06T11:12:30Z</dc:date>
    </item>
  </channel>
</rss>

