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

SqlToXml, New parameter: ExcludeEmtpyValues #1

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

janborup
Copy link
Contributor

@janborup janborup commented Nov 1, 2022

Proposed changes

The SqlToXml has several flaws, when SQL selecting data, becasuse many data in the SQL server cannot be converted directlly to XML, without exception handling.
This change is cleaning the SQL value and new parameter ExcludeEmptyValues supports removing any XML nodes with Null/empty/Zero/Minimum date.

Types of changes

New function CleanInvalidXmlChars()
SqlToXml, New parameter: ExcludeEmptyValues

Checklist

TasksSettings.json has been changed to support the ExcludeEmptyValues.

Further comments

@aelassas aelassas merged commit 190b9aa into aelassas:main Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants