document | Document Document (IData object) to transform. |
name | String Name to assign to the key that will receive the key name from the original key/value pair. (In the example above, this parameter was set to pName.) |
value | String Name to assign to the key that will receive the value from the original key/value pair. (In the example above, this parameter was set to pValue.) |
documentList | Document List List containing a document for each key/value pair in the document parameter. Each document in the list will contain two keys, whose names were specified by the name and value parameters. The values of these two keys will be the name and value (respectively) of the original pair. |
Key | Value |
cx_timeout | 1000 |
cx_max | 2500 |
cx_min | 10 |
Key | Value |
pName | cx_timeout |
pValue | 1000 |
Key | Value |
pName | cx_max |
pValue | 2500 |
Key | Value |
pName | cx_min |
pValue | 10 |