Пікірлер
@iammarkfitz
@iammarkfitz 2 ай бұрын
Hedrick - this was soooo helpful. You saved me hours of having to slug this out on my own. I always seem to be in the dark with Pentaho’s error reporting.
@madhusogam5823
@madhusogam5823 5 ай бұрын
You explain it so well.. thanks for sharing this. :)
@KingIsulgard
@KingIsulgard 6 ай бұрын
What's the added value of adding the URL in the 'Generate rows' block instead of directly into the REST transformation?
@DevMore
@DevMore 11 ай бұрын
Hello sir
@sivasib
@sivasib 2 жыл бұрын
How to use results of one api to another api
@nikitarankhamb2075
@nikitarankhamb2075 2 жыл бұрын
How to use selenium automation in user define Java class plug-in
@irenewiedha6287
@irenewiedha6287 3 жыл бұрын
Thank You. This video save me
@emmanuelmorenotoro2736
@emmanuelmorenotoro2736 3 жыл бұрын
Thanks a lot! Very Clear!
@cnoack92
@cnoack92 3 жыл бұрын
Hi! This is very helpful! Got some doubts: If I need to get the data with Body, this must be placen in the Rest? Also using Post, need to change the HTTP Method? Thanks!
@snehawaghmare6132
@snehawaghmare6132 4 жыл бұрын
Hi, your video helped me a lot but could you please explain how can I get the variables - omrade,ken,alder,civilstand,tid in the same JSON step as id, text, unit? or if the Variables had something like the below - "id":"FOLK1A", "unit":"antal", "variables":[ { "empid": "100", "empname":"John Doe"}, { "empid": "101", "empname":"Jack Doe"} ] Do I need to create a separate JSON Step but how will i get FOLK1A to have both emp ids 100 and 101?
@davebarnett4262
@davebarnett4262 4 жыл бұрын
Very clear and useful video - thanks Henrik.
@mukkk
@mukkk 4 жыл бұрын
Hi Henrik! I would like to ask you for help to use API rest step, with authentication and body. Do you have a case or may be I can send you the one I have?
@fabianturizo4150
@fabianturizo4150 4 жыл бұрын
Hola estimado, vi tu video y tengo dudas al respecto prácticamente me arroja error con lo que explicas existe una configuración adicional??
@phamanh-cy2vb
@phamanh-cy2vb 4 жыл бұрын
Thanks for your tutorial!
@Ricardo-mk2et
@Ricardo-mk2et 4 жыл бұрын
Why there is no more videos?
@p1yush
@p1yush 4 жыл бұрын
Thanks! This helped me.
@srinivasareddybada7475
@srinivasareddybada7475 5 жыл бұрын
Can you help how to read json object stored MySQL table column and generate output ??
@ivanlorenzo6181
@ivanlorenzo6181 5 жыл бұрын
Very useful! Thanks a lot.
@pravinshahapure2789
@pravinshahapure2789 5 жыл бұрын
{"product": [ {"prdid":101,"prdname":"p1","price":200}, {"prdid":102,"prdname":"p2","price":250}, {"prdid":103,"prdname":"p3","price":300} ] } My problem is I need to update all price columns values is 500 in Kettel or Mysql as well ...and o/p should be at below format... ------ {"product": [ {"prdid":101,"prdname":"p1","price":500}, {"prdid":102,"prdname":"p2","price":500}, {"prdid":103,"prdname":"p3","price":500} ] } please help ,me solve this issues....
@pravinshahapure2789
@pravinshahapure2789 5 жыл бұрын
{"product": [ {"prdid":101,"prdname":"p1","price":200}, {"prdid":102,"prdname":"p2","price":250}, {"prdid":103,"prdname":"p3","price":300} ] } My problem is I need to update all price columns values is 500 in Kettel or Mysql as well ...and o/p should be at below format... ------ {"product": [ {"prdid":101,"prdname":"p1","price":500}, {"prdid":102,"prdname":"p2","price":500}, {"prdid":103,"prdname":"p3","price":500} ] } please help ,me solve this issues....
@sandeepj7414
@sandeepj7414 5 жыл бұрын
Hi Henrick, Can you post a video on how to transform MySQL Table and post it on Facebook webpage with Pentaho PDI version 7
@sandeepj7414
@sandeepj7414 5 жыл бұрын
How do I upload mysql Table to facebook page using pentaho PDI ver 7. Can you provide a transformation mapping
@saritkumarsi4166
@saritkumarsi4166 6 жыл бұрын
Very helpful knowledge. Thanks for sharing Henrik.
@luizkavaique
@luizkavaique 6 жыл бұрын
Hi, how to use post method, I'm triyng pass one json generated on javascipt step (stringfy), but it doesn't work, throw mal formed
@justynaskwierz1910
@justynaskwierz1910 6 жыл бұрын
I did it like you but I have empty step with 'result'. Do you know why?
@MrBamshy
@MrBamshy 6 жыл бұрын
How about situations where not all leaf has a value i.e. key and value is optional in some nodes. Example: 2 fields - $..variables[*].values[*].id and $..variables[*].values[*].text, where the latter is optional in some objects. How would you do this? Pentao throws error of different valuecount
@graymattersoftwareservices9361
@graymattersoftwareservices9361 6 жыл бұрын
Thank you for sharing the information on Pentaho Services. Get more details on GrayMatter's Pentaho Services now @ pentaho.graymatter.co.in/pentaho-services
@victorlinnet1464
@victorlinnet1464 7 жыл бұрын
hrello its henrik d here
@eliashelgrendahl3635
@eliashelgrendahl3635 7 жыл бұрын
gr8 video
@eliashelgrendahl3635
@eliashelgrendahl3635 7 жыл бұрын
hey
@ericjonas6044
@ericjonas6044 7 жыл бұрын
Seriously this is a good tutorial :) keep it up. By the way, Let's say I have a excel file with 20 columns of data. 1 of the column is brand name I want to check the db whether my brand name exists, if exists do nothing, if not create a new brand. How can I do if-else for such case in pentaho data integration. So for my 20 columns of data, I need to do if-else check in db for around 3 - 4 times (brand, model, etc) Lastly for the image column, I need to call a REST api to push jpeg files to Amazon S3. Is it possible to do all in 1 process? Or should I break it apart? Wonder you can create a tutorial something like that too :) Thanks :)
@henrikdahl4129
@henrikdahl4129 7 жыл бұрын
Hi Erik Tnx for your comment. Let me get back to you on the tutorial-request.
@andersbergquist
@andersbergquist 7 жыл бұрын
Very good.I am looking forward to the next video.
@unselfishthougt
@unselfishthougt 8 жыл бұрын
Very useful, keep sharing your knowledge....Thanks