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
** Expected Behavior**
The output should be formatted for use in a CSV file
** Actual Behavior**
When you try extract an Environment that has Table names with Danish chars and ask dxmc.exe to format the output as a CSV you receive this error -> EXCEPTION: UnicodeEncodeError: 'charmap' codec can't encode character '\ufeff'
1. This command works - Note -> without "--format csv"
PS D:\dxtoolkit\dxmc> .\dxmc.exe column list --engine mymaskingengine1 --envname "My Target"
2. This command throws an error when I specifically use the "--format csv" parameter for dxmc.exe
PS D:\dxtoolkit\dxmc> .\dxmc.exe column list --engine mymaskingengine1 --envname "My Target" --format csv
EXCEPTION: UnicodeEncodeError: 'charmap' codec can't encode character '\ufeff' in position 2241: character maps to
I think there is potentially an issue in the internal coding for dxmc when the "--format csv" parameter is used and some Tables names have Danish chars.
Version
Using version 0.9.1
The text was updated successfully, but these errors were encountered:
** Expected Behavior**
The output should be formatted for use in a CSV file
** Actual Behavior**
When you try extract an Environment that has Table names with Danish chars and ask dxmc.exe to format the output as a CSV you receive this error -> EXCEPTION: UnicodeEncodeError: 'charmap' codec can't encode character '\ufeff'
1. This command works - Note -> without "--format csv"
PS D:\dxtoolkit\dxmc> .\dxmc.exe column list --engine mymaskingengine1 --envname "My Target"
2. This command throws an error when I specifically use the "--format csv" parameter for dxmc.exe
PS D:\dxtoolkit\dxmc> .\dxmc.exe column list --engine mymaskingengine1 --envname "My Target" --format csv
EXCEPTION: UnicodeEncodeError: 'charmap' codec can't encode character '\ufeff' in position 2241: character maps to
I think there is potentially an issue in the internal coding for dxmc when the "--format csv" parameter is used and some Tables names have Danish chars.
Version
Using version 0.9.1
The text was updated successfully, but these errors were encountered: