<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    You can use something like:<br>
    <span class="js-punctuation"></span><br>
    basic.norm(basic.stringify(givenName))?.replaceAll(/\w+/, {
    it[0].toUpperCase() + ((it.size() > 1) ? it[1..-1] : '') }
    )?.replace(' ', '')<br>
    <div class="moz-cite-prefix"><br>
      (this was not invented by me)<br>
      <br>
      Regarding the error - it's strange. AFAIK debug pages are not
      using provisioning, and this error seems to come from
      provisioning. I don't understand this...<br>
      <br>
      Ivan<br>
      <br>
      On 11/12/2015 06:37 PM, Jason Everling wrote:<br>
    </div>
    <blockquote
cite="mid:CAFkZXY55iWxnDb_AZbmCqOFyaF0qQ++jJfaUK24w=aJes9HCOQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">I had my username geenration using that format but
        I need to do that also for the regular givenName and familyName
        attributes,
        <div><br>
        </div>
        <div>Which function removes the diacritics while preserving the
          first letter uppercase?</div>
        <div><br>
        </div>
        <div>I was able to delete the user from the GUI but it got an
          error afterwards while trying to remove the shadow. The user
          is gone in the gui users list but in the debug pages shadow I
          can still see the old shadow. When trying to delete from the
          debug side is where i get there error. I attached a screenshot
          of the error</div>
        <div><br>
        </div>
        <div>JASON</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Nov 12, 2015 at 11:14 AM, Ivan
          Noris <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:ivan.noris@evolveum.com" target="_blank">ivan.noris@evolveum.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> Hi Jason,<br>
              <br>
              I always use basic.norm because our language has many
              diacritic characters unsuitable for most systems...<br>
              <br>
              Example from my object template for Users:<br>
              (mapping, where user/givenName and user/familyName are
              sources)<br>
              <br>
              tmpGivenName =
              basic.norm(basic.stringify(givenName))?.tr(' ', '.')<br>
              tmpFamilyName =
              basic.norm(basic.stringify(familyName))?.tr(' ', '.')<br>
              return tmpGivenName + '.' + tmpFamilyName + iterationToken<br>
              <br>
              (everything is "normalized", diacritic characters replaced
              by ASCII, spaces are then replaced by dot (because
              basic.norm returns spaces as well)<br>
              <br>
              Regarding deleting shadow: how are you trying to delete it
              and what error you get? Are you deleting from "normal" GUI
              (editing user) or in Repository objects GUI?<br>
              <br>
              Regards,<br>
              Ivan
              <div>
                <div class="h5"><br>
                  <br>
                  <div>On 11/12/2015 05:49 PM, Jason Everling wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="h5">
                    <div dir="ltr">Ohhh, I need to use the basic.
                      functions when importing the first and last names
                      so that the diacritics are removed,
                      <div><br>
                      </div>
                      <div>Now I just need to get the old shadow deleted
                        from midpoint, it doesn't let me?</div>
                      <div><br>
                      </div>
                      <div>JASON</div>
                    </div>
                    <div class="gmail_extra"><br>
                      <div class="gmail_quote">On Thu, Nov 12, 2015 at
                        10:17 AM, Jason Everling <span dir="ltr"><<a
                            moz-do-not-send="true"
                            href="mailto:jeverling@bshp.edu"
                            target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:jeverling@bshp.edu">jeverling@bshp.edu</a></a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div dir="ltr">It was because a name had a ~
                            symbol above the last letter in their first
                            name, I had to manually delete from AD and
                            fix in our system.
                            <div><br>
                            </div>
                            <div>I cannot delete the AD shadow from
                              midpoint</div>
                            <div><br>
                            </div>
                            <div>Or how can my user creation template
                              remove these values, I attached a
                              screenshot of what it looks like.</div>
                            <span><font color="#888888">
                                <div><br>
                                </div>
                                <div><br clear="all">
                                  <div><br>
                                  </div>
                                  -- <br>
                                  <div>
                                    <div dir="ltr">JASON</div>
                                  </div>
                                </div>
                              </font></span></div>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      -- <br>
                      <div>
                        <div dir="ltr">JASON</div>
                      </div>
                    </div>
                    <br>
                  </div>
                </div>
                <font size="2"><br>
                  <br>
                  CONFIDENTIALITY NOTICE:<br>
                  This e-mail together with any attachments is
                  proprietary and confidential; intended for only the
                  recipient(s) named above and may contain information
                  that is privileged. You should not retain, copy or use
                  this e-mail or any attachments for any purpose, or
                  disclose all or any part of the contents to any
                  person. Any views or opinions expressed in this e-mail
                  are those of the author and do not represent those of
                  the Baptist School of Health Professions. If you have
                  received this e-mail in error, or are not the named
                  recipient(s), you are hereby notified that any review,
                  dissemination, distribution or copying of this
                  communication is prohibited by the sender and to do so
                  might constitute a violation of the Electronic
                  Communications Privacy Act, 18 U.S.C. section
                  2510-2521. Please immediately notify the sender and
                  delete this e-mail and any attachments from your
                  computer. </font><br>
                <br>
                <fieldset></fieldset>
                <br>
                <pre>_______________________________________________
midPoint mailing list
<a moz-do-not-send="true" href="mailto:midPoint@lists.evolveum.com" target="_blank">midPoint@lists.evolveum.com</a>
<a moz-do-not-send="true" href="http://lists.evolveum.com/mailman/listinfo/midpoint" target="_blank">http://lists.evolveum.com/mailman/listinfo/midpoint</a><span class="HOEnZb"><font color="#888888">
</font></span></pre>
                <span class="HOEnZb"><font color="#888888"> </font></span></blockquote>
              <span class="HOEnZb"><font color="#888888"> <br>
                  <pre cols="72">-- 
  Ing. Ivan Noris
  Senior Identity Management Engineer & IDM Architect
  <a moz-do-not-send="true" href="http://evolveum.com" target="_blank">evolveum.com</a>                     <a moz-do-not-send="true" href="http://evolveum.com/blog/" target="_blank">evolveum.com/blog/</a>
  ___________________________________________________
  "Semper Id(e)M Vix."
</pre>
                </font></span></div>
            <br>
            _______________________________________________<br>
            midPoint mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
            <a moz-do-not-send="true"
              href="http://lists.evolveum.com/mailman/listinfo/midpoint"
              rel="noreferrer" target="_blank">http://lists.evolveum.com/mailman/listinfo/midpoint</a><br>
            <br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div class="gmail_signature">
          <div dir="ltr">JASON</div>
        </div>
      </div>
      <br>
      <font size="2"><br>
        <br>
        CONFIDENTIALITY NOTICE:<br>
        This e-mail together with any attachments is proprietary and
        confidential; intended for only the recipient(s) named above and
        may contain information that is privileged. You should not
        retain, copy or use this e-mail or any attachments for any
        purpose, or disclose all or any part of the contents to any
        person. Any views or opinions expressed in this e-mail are those
        of the author and do not represent those of the Baptist School
        of Health Professions. If you have received this e-mail in
        error, or are not the named recipient(s), you are hereby
        notified that any review, dissemination, distribution or copying
        of this communication is prohibited by the sender and to do so
        might constitute a violation of the Electronic Communications
        Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
        notify the sender and delete this e-mail and any attachments
        from your computer. </font><br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
  Ing. Ivan Noris
  Senior Identity Management Engineer & IDM Architect
  evolveum.com                     evolveum.com/blog/
  ___________________________________________________
  "Semper Id(e)M Vix."
</pre>
  </body>
</html>