Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
RAJ6
Contributor III
Contributor III

How to extract delimited file data using input stream concept in Talend

Hi Folks,

 

I had extracted data from Mssql and loaded into the delimited file using the output stream concept in tFileOutputDelimited. Below java codes are using for output stream concept.

 

new java.io.File("C:/Stream").mkdirs();
globalMap.put("output_file",new java.io.FileOutputStream("C:/Stream/test.txt",false));

(java.io.OutputStream)globalMap.get("output_file")

 

I want to know, how to extract the delimited file data ("C:/Stream/test.txt) and load into Mssql using Input stream concept.

Kindly share your information. 

 

 

 

 

Labels (4)
1 Reply
Anonymous
Not applicable

Hi,

 

   Could you please refer below link and it will answer your query.

 

https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/2kKyGJVxys~Zwh8HsNLtaQ

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂