talend

How to Parse Json in Talend using tExtractJsonField

大兔子大兔子 提交于 2020-02-05 13:55:15
问题 I am having below json which is not normal the first node is dynamic for example it will be incremented to two for next record, i don`t know from which number and where it will start any help. {"1": { "entity_id":"1" ,"website_id":"1" ,"email":"my@gmail.com" ,"group_id":"1" ,"created_at":"2014-05-14 16:19:22" ,"disable_auto_group_change":"0" ,"firstname":"umesh" ,"lastname":"rakhe" ,"created_in":"dwetl" },"2":{ "entity_id":"2" ,"website_id":"2" ,"email":"my2@gmail.com" ,"group_id":"1" ,

How to Parse Json in Talend using tExtractJsonField

偶尔善良 提交于 2020-02-05 13:54:52
问题 I am having below json which is not normal the first node is dynamic for example it will be incremented to two for next record, i don`t know from which number and where it will start any help. {"1": { "entity_id":"1" ,"website_id":"1" ,"email":"my@gmail.com" ,"group_id":"1" ,"created_at":"2014-05-14 16:19:22" ,"disable_auto_group_change":"0" ,"firstname":"umesh" ,"lastname":"rakhe" ,"created_in":"dwetl" },"2":{ "entity_id":"2" ,"website_id":"2" ,"email":"my2@gmail.com" ,"group_id":"1" ,

Front End for Running Talend Jobs

蹲街弑〆低调 提交于 2020-01-22 14:14:06
问题 I am looking for a front end for our operator to run our Talend jobs. We do not want him to have the ability to delete or modify jobs. Only to run them and monitor their results. Any suggestions for tools for doing this? Thanks 回答1: The subscription version of Talend (called Talend Integration Suite, or TIS) has precisely that. It's a web-based console called Talend Administration Center (TAC) and it allows an operator to run jobs and monitor their results -- among many other things. The

Front End for Running Talend Jobs

戏子无情 提交于 2020-01-22 14:14:05
问题 I am looking for a front end for our operator to run our Talend jobs. We do not want him to have the ability to delete or modify jobs. Only to run them and monitor their results. Any suggestions for tools for doing this? Thanks 回答1: The subscription version of Talend (called Talend Integration Suite, or TIS) has precisely that. It's a web-based console called Talend Administration Center (TAC) and it allows an operator to run jobs and monitor their results -- among many other things. The

Format HTML table to send by email using Talend?

左心房为你撑大大i 提交于 2020-01-16 19:12:58
问题 I've a table from a CSV which is converted by HTML and sent by email using Talend. To build the CSV to a HTML I am using a JavaRow: componentcontext.MsgCode = "<br><br><style>table, td { word-wrap: keep-all; border: 1px solid black; border-collapse: collapse;}table, th { border: 1px solid black;}th, td {padding: 5px;},th {text-align: right;},th {background-color: #f2f2f2;},td{font-family: arial; font-size: 10pt;}</style> <table style=width:150px><tr> <th>column_A</th> <th>column_B</th> <th

Talend Open Studio - How to create brand new project

牧云@^-^@ 提交于 2020-01-15 10:19:07
问题 I need to create a brand new empty TALEND OPEN STUDIO project and then simply import some jobs from another already existing project. Can someone help me on this please. Many thanks ! 回答1: Open Talend Studio You will be prompt with a small window which will have few options like Select an existing Project Create a new Project and other options. You can click on Create a new project and then you can a give a name to that project. Then your Talend window will be opened. On the left side of it

tRest and map JSON with tExtractJSONField with TALEND

心不动则不痛 提交于 2020-01-14 09:31:27
问题 I'm quite new to Talend and I am stuck with getting JSON data using tRest. We Suppose that I am trying to get all posts from social networks. That's why I am using https://tagboard.com to get data which is formatted in JSON. Here is one of the scenarios I tried. I have an output JSON data like this from https://post-cache.tagboard.com/search/tunisie?count=2 with 2 posts as example, I removed some nodes to clarify ... : { "posts": [ { "network": "twitter", "post_id": "547835328170823680",

talend : newline character in middle of csv column

泄露秘密 提交于 2020-01-14 04:13:06
问题 I am fetching data using tSoap component in which i am getting result in XML format as comma separated values. In which columns are separated by comma and rows are separated by '\n'. After that i am using tExtractXMLField component for extracting data from the response. But in data i have '\n' within the strings which is treating it as a new row. I tried using tReplace component to remove \n within the quotes using regex but data is too large, result causing StackOverflowError. Also I tried

How to Upload files using Talend tREST?

 ̄綄美尐妖づ 提交于 2020-01-13 05:20:07
问题 Experts, I need to upload files using Talend tREST component to Zephyr/JIRA. I do not know the format/syntax to give in httpbody section like the curl's ( -F "file=@myfile.txt" ) URL https://localhost:4000/jira/rest/zapi/latest/attachment? entityId=4783&entityType=TestStepResult BODY D:/TestResults/QPJ-707_Count_Mismatch.xls I gave the full path and file name in body section. When I run, I am getting ERROR_CODE = 500. Please help on how to give filepath/filename in the body section in tREST.

Extract leaves from JSON file with JSONpath

左心房为你撑大大i 提交于 2020-01-11 13:05:34
问题 I have a JSON output from an REST API and the output looks like this: { "sprints": [{ "id": 10516, "sequence": 10516, "name": "SP121 - BRK relief", "state": "CLOSED", "linkedPagesCount": 0 }, { "id": 10447, "sequence": 10447, "name": "SP120 - Plannibal Smith", "state": "CLOSED", "linkedPagesCount": 0 }, { "id": 10391, "sequence": 10391, "name": "SP119 - Don't bug or bend over", "state": "CLOSED", "linkedPagesCount": 0 }, { "id": 10244, "sequence": 10244, "name": "SP118 - Be an all grounder!",