October 2013
Beginner to intermediate
270 pages
5h 41m
English
As well as reading from and writing to files, Talend has a set of components that allow developers to perform file functions without the need to call native operating system commands. This recipe shows the basic file management components.
Open the job jo_cook_ch08_0100_basicFileCommands.
In the following recipes, it is worth noting that Talend uses the Linux style forward slash (/) in the file paths, as opposed to the Windows backslash (\).
tFileCopy to the job.context.cookbookData+"/chapter8/chapter08_jo_0100_copyFile.txt".context.cookbookData+"/outputData/chapter8" ...Read now
Unlock full access