aplpolaris / parsnip

Kotlin ETL toolkit for JSON data
Apache License 2.0
2 stars 0 forks source link

JSON pointer lookups cause inconsistencies when fields have whitespace. #13

Open triathematician opened 10 months ago

triathematician commented 10 months ago

Cause: Parsnip object pointer lookup ObjectPointers#atPointer applies a javaTrim() on the fields -- need to either make the pointer lookup flexible with respect to before/after whitespace, or remove the trimming. Need to add associated tests to ObjectPointersTest.