I have a csv as: ID,Name,Age 1,qwerty,12 2,asdf,11 3,zxcvb,10 I need to create an xml as follows: <?xml version=\"1.0\" encoding=\"UTF-8\"?>
My webservice has an REST endpoint URL like /myapp/admin/services. If I set org.apache.cxf.servlet.hide-service-list-page=false then my URL is hijacked by the CXF services list. This happens because t
I am looking for a front end for our operator to run our Talend jobs.We do not want him to have the ability t开发者_C百科o delete or modify jobs.Only to run them and monitor their results.Any suggesti
I\'m new to jasperETL and i have to populate star schema database with data from CSV file. Does anyone know how to perform this task? Maybe there is some tutorial or book, where i can find this inform
I am using Talend studio, testing it for a simpl开发者_开发知识库e migration from an Oracle database to a Postgres database.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I have a file with two columns the first one with a name and the second one with a number. The size of the number column is 20 chars, the numbers use to be less than 2 chars size the rest of the char
I\'ve seen how to use tMap in TOS to map different fields in a SQL-like JOIN. How do I aggregate b开发者_开发百科ased on certain fields?
Does anyone know how to w开发者_如何学Pythonrite context parameter values directly to the talend db?The component tContextDump creates a data flow of your context, where each row is a key/value pair.Y
I\'m making a ETL in Talend that add data in a table. The table is for a old system 开发者_如何学JAVAand the primary key is not auto-incremental.