leehaut opened a new pull request, #7432:
URL: https://github.com/apache/hop/pull/7432

   Fix https://github.com/apache/hop/issues/7072
   Fix https://github.com/apache/hop/issues/7054
   
   
   
   Add JsonPath-based field extraction to the YAML Input transform, bringing it 
closer to JSON Input. YAML continues to be parsed with snakeyaml; field values 
are now resolved with Jayway JsonPath (json-path), supporting nested paths such 
as `$.table.name, $.tables[0].name`, and `$.tables[*].name`.
   
   ```yaml
   table:
     name: t_user
     id: 1000
   ```
   
   Also fixes a bug where the output field name was incorrectly taken from the 
path instead of YamlInputField.name.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to