-
Notifications
You must be signed in to change notification settings - Fork 607
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
feat: Added BOM capability for output files (#1267) #1274
feat: Added BOM capability for output files (#1267) #1274
Conversation
- Added the '--add-bom' parameter for almost utilities Signed-off-by: Álvaro Osvaldo <[email protected]>
ImplementationImplemented the feature to optionality add UTF-8 Byte Order Mark (BOM) into output content in all utilities, Solution
Tests
Checklist
Considerations
References
|
Signed-off-by: Álvaro Osvaldo <[email protected]>
- Code inlined to 'cli.py' script. - Configured 'csvpy' and 'sql2csv' to ignore 'add-bom' Signed-off-by: Álvaro Osvaldo <[email protected]>
Done, all code refactored to current code organisation and passed in 'end-to-end' and 'pytest' tests , except for the Python 3.12 as specified in the opened issues. Let me know if need something more. |
closes #1267