Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Filename_CSV;Filename_XML
/path/to/file/1.csv;/path/to/file/1.xml
/path/to/file/2.csv;/path/to/file2.xml
Starte Job rettung am 09:35 21/03/2008.
1|0.0|0.0|true
2|0.0|0.0|true
3|12.0|0.0|false
4|123235.0|0.0|false
5|168.5|0.0|false
6|168.5|0.0|false
7|168.5|0.0|false
8|168.5|0.0|false
9|166.3|0.0|false
10|166.3|0.0|false
11|164.8|0.0|false
12|164.8|0.0|false
13|164.8|0.0|false
14|164.8|0.0|false
15|166.3|0.0|false
16|166.3|0.0|false
17|166.3|0.0|false
18|166.3|0.0|false
19|166.3|0.0|false
20|166.3|0.0|false
21|168.5|0.0|false
22|168.5|0.0|false
23|168.5|0.0|false
24|168.5|0.0|false
Exception in component tMap_2
java.lang.NullPointerException
at geschaeftsmodell.compare_content.compare_content.tFileInputDelimited_1Process(compare_content.java:477)
at geschaeftsmodell.compare_content.compare_content.runJobInTOS(compare_content.java:1257)
at geschaeftsmodell.compare_content.compare_content.runJob(compare_content.java:1182)
at geschaeftsmodell.rettung.rettung.tFileInputDelimited_1Process(rettung.java:235)
at geschaeftsmodell.rettung.rettung.runJobInTOS(rettung.java:416)
at geschaeftsmodell.rettung.rettung.main(rettung.java:335)
Exception in component tRunJob_1
java.lang.RuntimeException: Child job running failed
at geschaeftsmodell.rettung.rettung.tFileInputDelimited_1Process(rettung.java:246)
at geschaeftsmodell.rettung.rettung.runJobInTOS(rettung.java:416)
at geschaeftsmodell.rettung.rettung.main(rettung.java:335)
Job rettung endet am 09:35 21/03/2008.
Now i have one issue is that if i need to run that job by help of bactch file without open TALEND, then it searching for csv file.
Can anyone guide me that how can i provide the csv file path through command line and run the by batch process?