Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to get the response line by line in talend in tfileoutput component

hi all, i got the response in soapui for creating new customer account, got the response line by line, but when i am using tSOAP and Toutput component in Talend, the response is getting  generated in a single line, so for this i am getting as 

 

Message: ORA-01400: cannot insert NULL into ("RELATE"."CST_CUSTOMER"."CUST_ID")0683p000009Lrpl.png

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,

First, in your file generated by your tFileOutputXml, have you got the entire response when you open the file ?

Be sure that this step is ok before trying to insert in DB.

Good luck ,

SGV

Anonymous
Not applicable
Author

yes i have got the entire response, but in a single line 

Anonymous
Not applicable
Author

Can you demonstrate what you are getting and what you want?

Anonymous
Not applicable
Author

thanks , i got the output in talend