Hi bro first of all thanq for sharing the knowledge of Talend. Iam watching your videos and I am doing practice everyday. Bro is that all videos is enough for learning. Actually I am searching a job so thatswhy so could u please suggest me.
@cognitivehub22234 жыл бұрын
I can say 75% of Talend I have covered but there are still few you can cover.Those are Talend Administration Console(Which I couldnt able to share), Joblets, few more scenarios(very few whenever I have time I will try to do those) but as of my knowledge in order to step into any job.These are sufficient along with Talend Administration Console.And Be prepare to do any type of scenario using all the components that I have explained.Thanks and All teh Best
@muncieharts Жыл бұрын
Thanks for the video. I am getting an error message: xpath query lost. I've defined the xpath query for all columns.
@muncieharts Жыл бұрын
Never mind. I clicked out of the element and then back into the element and the error message has disappeared.
@divyatejainnamuri97304 жыл бұрын
Can we make multiple loops in txmlmap in output side XML tree structure is it possible???
@cognitivehub22234 жыл бұрын
Video Number-47 for you only.Please have a look
@SumitSingh-el5zj4 жыл бұрын
bro how to load large file xml data say 256 mb into talend, how to create metadata of in it., i have tried builtin to create schemas , i want to fetch data from repository in talend.by creating a metadata of large file.
@cognitivehub22234 жыл бұрын
Glad to here query from you.Hope this video lectures is helping you. kzbin.info/www/bejne/b3a7mX-Qm6dgoqs If you watch the above video,I have explained what is talend and all the video contents that I am going to upload in this channel. kzbin.info/www/bejne/fICrpYOXl56fg5o This link is for how to create a XML Metadata and if you want know how to use this metadata follow the below video. kzbin.info/www/bejne/oWnFh2aYf9x4rck Hope this answer clarifies your doubt.If you have any doubts please leave a comment. AND DON'T FORGOT TO SUBSCRIBE Bro.
@caminixam3 жыл бұрын
How to load data in talend containing emojis ???
@TECHNICALAJIT2 жыл бұрын
Hi bro need you help can we connect if possible ??
@cognitivehub22232 жыл бұрын
Ping me on LinkedIn. Or you can mail me
@AshishMishra-xm2vg4 жыл бұрын
Hello. Can i get your mail id. I am facing an issue in loading xml data from url into mysql database.
@nashm67553 жыл бұрын
Doesnt work for me i had this log : [FATAL]: ftp_cases.case_1_0_1.case_1 - tFileInputXML_1 Invalid XPath expression: root/row/ Expected one of '.', '..', '@', '*', Exception in component tFileInputXML_1 org.dom4j.InvalidXPathException: Invalid XPath expression: root/row/ Expected one of '.', '..', '@',
@cognitivehub22233 жыл бұрын
It is related to invalid XML Path. Make sure your input file has the similar xml path that u mentioned on XML Schema. If not just include all tags in schema and use xml path as '/' which is nothing but 'all' instead of selecting few tags from input file. Hope this helps.