Re: [I] Question about the YAML input transformation (hop)
CarlosJuncher03 commented on issue #7054: URL: https://github.com/apache/hop/issues/7054#issuecomment-4352369074 I understand, and I apologize for the unnecessary comment. Thank you for the clarification. -- 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]
Re: [I] Question about the YAML input transformation (hop)
CarlosJuncher03 closed issue #7054: Question about the YAML input transformation URL: https://github.com/apache/hop/issues/7054 -- 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]
Re: [I] Question about the YAML input transformation (hop)
bamaer commented on issue #7054: URL: https://github.com/apache/hop/issues/7054#issuecomment-4350280017 Please don't bump comments, especially after only a couple of hours. Afaik there's not standard like JSON Path for YAML, but probably not impossible to implement. However, developer bandwidth is limited, so it'll get done when one of the developers (1) needs it or (2) wants to work on it. If you need this urgently, consider [contacting/hiring](https://hop.apache.org/community/commercial/index.html) someone who can implement this for you. -- 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]
Re: [I] Question about the YAML input transformation (hop)
CarlosJuncher03 commented on issue #7054: URL: https://github.com/apache/hop/issues/7054#issuecomment-4344983826 Would it be possible to create that? -- 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]
Re: [I] Question about the YAML input transformation (hop)
CarlosJuncher03 commented on issue #7054: URL: https://github.com/apache/hop/issues/7054#issuecomment-4335493496 But would it be possible to adjust the transformation to work similarly to JSON input? I believe the YAML file makes it easier to use ETL metadata -- 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]
Re: [I] Question about the YAML input transformation (hop)
bamaer commented on issue #7054: URL: https://github.com/apache/hop/issues/7054#issuecomment-4333980967 The YAML Input transform gives you a textual representation of the contents of a yaml file or field. The output is not guaranteed to be valid json, so you'll need to do your own parsing of its output. The YAML Input transform also doesn't support a syntax like JSON path, it just reads the top-level keys and returns their contents. -- 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]
