<?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: display password as shown in example using spark scala in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24158#M16779</link>
    <description>&lt;P&gt;Hi @SANJEEV BANDRU​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just checking if you still need help or if @Hubert Dudek​&amp;nbsp;'s response help you to resolve your question? please let us know.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 22:06:55 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2022-04-25T22:06:55Z</dc:date>
    <item>
      <title>display password as shown in example using spark scala</title>
      <link>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24156#M16777</link>
      <description>&lt;P&gt;Table has the following Columns:&lt;/P&gt;&lt;P&gt;First_Name, Last_Name, Department_Id,Contact_No, Hire_Date&lt;/P&gt;&lt;P&gt;Display the emplopyee First_name, Count of Characters in the firstname,password.&lt;/P&gt;&lt;P&gt;Password should be first 4 letters of first name in lower case and the date and month of Hire_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;First_Name: SANJEEV&lt;/P&gt;&lt;P&gt;Hire_Date: 25-02-2016&lt;/P&gt;&lt;P&gt;Then password should be SANJ2502&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 18:51:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24156#M16777</guid>
      <dc:creator>sannycse</dc:creator>
      <dc:date>2022-03-30T18:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: display password as shown in example using spark scala</title>
      <link>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24157#M16778</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;@SANJEEV BANDRU​&amp;nbsp;, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT 
   CONCAT(substring(First_Name, 0, 2) , substring(Hire_Date, 0, 2), substring(Hire_Date, 3, 2)) as password
FROM
   table;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If Hire_date is timestamp you may need to add date_format()&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 19:15:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24157#M16778</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-30T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: display password as shown in example using spark scala</title>
      <link>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24158#M16779</link>
      <description>&lt;P&gt;Hi @SANJEEV BANDRU​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just checking if you still need help or if @Hubert Dudek​&amp;nbsp;'s response help you to resolve your question? please let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 22:06:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-password-as-shown-in-example-using-spark-scala/m-p/24158#M16779</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-04-25T22:06:55Z</dc:date>
    </item>
  </channel>
</rss>

