<?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: Data profiling by referencing the patterns and datatype from a lookup metadata table in dataflux in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/649443#M19234</link>
    <description>&lt;P&gt;Hi RonAgresta,&lt;/P&gt;&lt;P&gt;Thanks for reverting. I checked the mentioned business rule functionality but i failed to understand how SAS pattern outcomes can be compared to the patterns i have.&lt;/P&gt;&lt;P&gt;Like if i have a table with fields name and the pattern they should follow.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Fieldname,format&lt;/P&gt;&lt;P&gt;Address Australian postcode,{NNNN}&lt;/P&gt;&lt;P&gt;where N is a number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i fail to understand how to do the profiling referening this table. I want to highlight those records in the incoming csv files which do not follow the above pattern. Now the roadblocks are:&lt;/P&gt;&lt;P&gt;1)SAS profiling patterns analysis gives outcomes in A and 9 which will not follow the rules which i will create on the business rule manager&lt;/P&gt;&lt;P&gt;2) if in data job i can run some sas codes to bring these pattern annotations in one version , i can do some comparisons and create flags.&lt;/P&gt;&lt;P&gt;3) I could not find how to profile date fields to understand whether its DDMMYY or MMDDYY etc format. I have to give everything in string to get the pattern analysis outcomes. But then it give 99/99/99 . How does it help if i need to parse and create more rules to identify the data format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate more help in these please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shikha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 03:12:34 GMT</pubDate>
    <dc:creator>ShikhaAgarwal</dc:creator>
    <dc:date>2020-05-21T03:12:34Z</dc:date>
    <item>
      <title>Data profiling by referencing the patterns and datatype from a lookup metadata table in dataflux?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/648495#M19215</link>
      <description>&lt;P&gt;So the requirement is not just profiling and exploring the data but to be able to highlight the incorrect values by referencing a metadata table which has pattern , datatype, length everything mentioned for each field.&lt;/P&gt;&lt;P&gt;I could find any way to do it in dataflux other than writing my own SAS codes.&lt;/P&gt;&lt;P&gt;Let me know the feasibility please'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 08:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/648495#M19215</guid>
      <dc:creator>ShikhaAgarwal</dc:creator>
      <dc:date>2020-05-18T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data profiling by referencing the patterns and datatype from a lookup metadata table in dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/649171#M19228</link>
      <description>&lt;P&gt;Have you tried to author custom metrics and/or business rules and add these to the profile job? Check out the documentation &lt;A title="DM Studio Profile" href="https://support.sas.com/documentation/onlinedoc/dfdmstudio/2.8/dmpdmsug/dfUnity.html" target="_self"&gt;here&lt;/A&gt;. The expression language that sits behind the business rule builder is very flexible and it give you some options to meet your use case needs.&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 11:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/649171#M19228</guid>
      <dc:creator>RonAgresta</dc:creator>
      <dc:date>2020-05-20T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data profiling by referencing the patterns and datatype from a lookup metadata table in dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/649443#M19234</link>
      <description>&lt;P&gt;Hi RonAgresta,&lt;/P&gt;&lt;P&gt;Thanks for reverting. I checked the mentioned business rule functionality but i failed to understand how SAS pattern outcomes can be compared to the patterns i have.&lt;/P&gt;&lt;P&gt;Like if i have a table with fields name and the pattern they should follow.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Fieldname,format&lt;/P&gt;&lt;P&gt;Address Australian postcode,{NNNN}&lt;/P&gt;&lt;P&gt;where N is a number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i fail to understand how to do the profiling referening this table. I want to highlight those records in the incoming csv files which do not follow the above pattern. Now the roadblocks are:&lt;/P&gt;&lt;P&gt;1)SAS profiling patterns analysis gives outcomes in A and 9 which will not follow the rules which i will create on the business rule manager&lt;/P&gt;&lt;P&gt;2) if in data job i can run some sas codes to bring these pattern annotations in one version , i can do some comparisons and create flags.&lt;/P&gt;&lt;P&gt;3) I could not find how to profile date fields to understand whether its DDMMYY or MMDDYY etc format. I have to give everything in string to get the pattern analysis outcomes. But then it give 99/99/99 . How does it help if i need to parse and create more rules to identify the data format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate more help in these please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shikha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 03:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/649443#M19234</guid>
      <dc:creator>ShikhaAgarwal</dc:creator>
      <dc:date>2020-05-21T03:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data profiling by referencing the patterns and datatype from a lookup metadata table in dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/650495#M19250</link>
      <description>&lt;P&gt;Hi Shikha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within SAS DataFlux Data Management Studio, you can create a custom metric to be used within a profile job. Typically for your SSN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_1-1590424726717.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39937iF02E71CDC5080BFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_1-1590424726717.png" alt="VincentRejany_1-1590424726717.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_3-1590424877736.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39939iBCEF6E40BFD458CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_3-1590424877736.png" alt="VincentRejany_3-1590424877736.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_4-1590424891088.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39940i52B33ABC78BF7FB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_4-1590424891088.png" alt="VincentRejany_4-1590424891088.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_5-1590424917769.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39941i97051329F35C9D52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_5-1590424917769.png" alt="VincentRejany_5-1590424917769.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_6-1590424955445.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39942i0261F5D4372F2176/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_6-1590424955445.png" alt="VincentRejany_6-1590424955445.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_7-1590424973289.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39943i2229103352D64DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_7-1590424973289.png" alt="VincentRejany_7-1590424973289.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincentRejany_9-1590425057816.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39945i5E7C224BAEB275CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VincentRejany_9-1590425057816.png" alt="VincentRejany_9-1590425057816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can also use regular expressions for checking dates.&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>Mon, 25 May 2020 16:44:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-profiling-by-referencing-the-patterns-and-datatype-from-a/m-p/650495#M19250</guid>
      <dc:creator>VincentRejany</dc:creator>
      <dc:date>2020-05-25T16:44:45Z</dc:date>
    </item>
  </channel>
</rss>

