This started as an experiment to see how difficult it would be to add jq support -- I think it's worth merging because jq provides coverage for data transformations not yet implemented as processors.
How Has This Been Tested?
Added new unit tests.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Description
Motivation and Context
This started as an experiment to see how difficult it would be to add jq support -- I think it's worth merging because jq provides coverage for data transformations not yet implemented as processors.
How Has This Been Tested?
Added new unit tests.
Types of changes
Checklist: