You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi to all !
i'm doing in my job on Talend an implicit tContextLoad in the option Job Settings ..
i saw that there's no option for changing the separator of the file, it's defined on the code :
org.talend.fileprocess.FileInputDelimited fid_Implicit_Context_Delimited = new org.talend.fileprocess.FileInputDelimited(
"C:/Talend_Config.properties", "ISO-8859-15", ";", "\n",
true, 0, 0, -1, -1, false);
how can i change this separator with a "=" ?
Best Regards,
JamesB
Offline
Pages: 1