Skip to content

Workitems not supporting danish letters "øæå" in usernames and titles, and user mapping are not working. #2411

Answered by MrHinsh
xci-mrt asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @xci-mrt, we added a filtering tool earlier in the year as we had a lot of errors with emojies, other chars, and the length of strings that are not supported in the Object Model. This is configurable, but you are right that the default is greedy... its not an encoding issue...

Check out the StringManipulatorTool. You can just turn it off... or you can configure the pattern to include danish... what you probably want is:

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "StringManipulatorTool": {
        "Enabled": "True",
        "Manipulators": [
          {
            "$type": "RegexStringManipulator",
            "Description": "Remove invalid chars... but k…

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@xci-mrt
Comment options

Comment options

You must be logged in to vote
1 reply
@xci-mrt
Comment options

Comment options

You must be logged in to vote
1 reply
@xci-mrt
Comment options

Comment options

You must be logged in to vote
1 reply
@xci-mrt
Comment options

Answer selected by MrHinsh
Comment options

You must be logged in to vote
3 replies
@MrHinsh
Comment options

@MrHinsh
Comment options

@MrHinsh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants