Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Mapping fields aren't wrapped with quotes #65

Open
tdashworth opened this issue Oct 26, 2021 · 0 comments
Open

CSV Mapping fields aren't wrapped with quotes #65

tdashworth opened this issue Oct 26, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tdashworth
Copy link
Contributor

Describe the bug
My export config has two lookup mappings defined which target string fields. When I extract as CSV (via the XRM ToolBox), these fields are not wrapped with quotes ("...") like the other string fields. I'm not sure if this is because the lookup field is not defined in the Schema file?

The result of this is a broken CSV field if any mapping field value contains a comma (,).

To Reproduce
Within the Lookup Mappings, specify a lookup to a text field.

{
  "LookupMapping": {
    "teamroles": {
      "roleid": [
        "name",
        "businessunitid"
      ],
      "teamid": [
        "name",
        "businessunitid"
      ]
    }
  }
}

Expected behavior
Mapped text values to also be wrapped with quotes.

@tdashworth tdashworth added the bug Something isn't working label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant