Revised procedure when converting json data into xml #395

Merged
giambattista.bloisi merged 1 commits from restiterator_xmlcleanup into beta 2 months ago
Collaborator
  • json object keys are renamed to be conformant to xml tag elements, special characters are substituted or removed
  • json string values are no longer post-processed as they are already escaped by the org.json.XML.toString method

The regexp substitutions have been removed or rewritten because they did perform poorly on large results

- json object keys are renamed to be conformant to xml tag elements, special characters are substituted or removed - json string values are no longer post-processed as they are already escaped by the org.json.XML.toString method The regexp substitutions have been removed or rewritten because they did perform poorly on large results
giambattista.bloisi added 1 commit 2 months ago
773e856550 Revised procedure when converting json data into xml:
- json object keys are renamed to be conformant to xml tag elements, special characters are substituted or removed
- json string values are no longer post-processed as they are already escaped by the org.json.XML.toString method
giambattista.bloisi requested review from michele.artini 2 months ago
giambattista.bloisi requested review from sandro.labruzzo 2 months ago
giambattista.bloisi merged commit 56dd05f85c into beta 2 months ago
giambattista.bloisi deleted branch restiterator_xmlcleanup 2 months ago

Reviewers

michele.artini was requested for review 2 months ago
sandro.labruzzo was requested for review 2 months ago
The pull request has been merged as 56dd05f85c.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b restiterator_xmlcleanup beta
git pull origin restiterator_xmlcleanup

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff restiterator_xmlcleanup
git push origin beta
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#395
Loading…
There is no content yet.