You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Expected behavior
Mapped text values to also be wrapped with quotes.
The text was updated successfully, but these errors were encountered: