Hi,<br><br>I have 3 separate text files with my input data. I need to load all the input files data to my working memory and then fire the rules on this data.<br>I am able to work with just 1 input file. But when I try to add multiple files - which I tried by adding an array of input files - my program terminates giving me a FileNotFoundException.<br>
Same problem occurs if I try to add an multiple .drl files ( different rule files).<br><br>Can you guys please help me. Not understanding how to solve this error.<br>Also, how can I add my modified data to a new file. My new file gets created and the rules which are fired do modify my data as required ( printed it on the console)<br>
But how do I store this information back to my working memory and print it out to my output file.<br>All my input files have only 1 field in common otherwise are not related.<br><br>Is it a better option to have all data in only 1 input file??<br>
<br>Thanks you. <br><br>-M<br>