CarlosJuncher03 opened a new issue, #7054:
URL: https://github.com/apache/hop/issues/7054

   I created a YAML file to use as a metadata control because it's more 
readable and easier to work with due to line breaks. However, when using the 
YAML input transformation, I couldn't import it. I don't know if I did it 
correctly or if the format I used isn't supported.
   
   In this case, I did it like this:
   
   - tableName: profile
       dataPagination: 1000
       queryDataset: |
       SELECT * FROM crm.profile
   
   - tableName: sector
       dataPagination: 1000
       queryDataset: |
       SELECT * FROM crm.sector
   
   But, from what I understand, the YAML input can't transform this into 
columns like the JSON input.
   
   My question is whether this is a bug or if it doesn't work this way, and if 
it doesn't work, if there's a way to fix this in an activity.


-- 
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