on ‎2021 Apr 27 1:02 PM
I have used module parameter "setIgnoredElements" to remove unwanted fields from json payload but in return i am getting , for each field which i removed.
Ex: Before applying module parameter
<Field1>12345</Field2><Field3><Field2>test</Field2><Field3>Test1</Field3>
After applying moduleparameter setIgnoredElements with ParameterValue Field2,Field3
{ "Field1": "12345",,}
Any suggestion how to remove ,,, from the json payload?
Thanks,
Mrudula Rane
Request clarification before answering.
you managed to remove the comma, how?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As a workaround I use to put those fields to be removed in the end of my payload.
I'm looking for a definitive solution too.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.