<div dir="ltr">Hi Christopher, <div><br></div><div>Thank you for your answer. It works! </div><div>Also, I am sorry for your inconvenience for asking this question to the Kepler-dev. I will ask this kind of a question to Kepler-user next time. </div><div><br></div><div>Thank you</div><div><br></div><div>-Donghoon</div><div><br></div><div> <br><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 6, 2014 at 9:04 PM,  <span dir="ltr"><<a href="mailto:kepler-dev-request@kepler-project.org" target="_blank">kepler-dev-request@kepler-project.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Send Kepler-dev mailing list submissions to<br>
        <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Kepler-dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re:  Text File Writer? (Christopher Brooks)<br>
   2. Re:  Kepler-dev Digest, Vol 117, Issue 5 (Scott Zimmer)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 06 Nov 2014 14:36:57 -0800<br>
From: Christopher Brooks <<a href="mailto:cxh@eecs.berkeley.edu">cxh@eecs.berkeley.edu</a>><br>
To: DONGHOON KIM <<a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a>><br>
Cc: Scott Zimmer <<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a>>,       kepler-dev<br>
        <<a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>><br>
Subject: Re: [kepler-dev] Text File Writer?<br>
Message-ID: <<a href="mailto:545BF809.5060507@eecs.berkeley.edu">545BF809.5060507@eecs.berkeley.edu</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Use a Constant actor, not a String Constant actor.<br>
<br>
Constant will interpret the contents as a variable unless it is inside<br>
double quotes, in which case it is a string<br>
<br>
StringConstant will interpret the contents as a string.<br>
<br>
If a Constant actor has the value wrapped in double quotes:<br>
"AString"<br>
then the output will be a string with the value AString<br>
<br>
If a Constant actor as the value<br>
AString<br>
The the output will be the value of the parameter named AString<br>
<br>
If a StringConstant actor as the value<br>
AString<br>
Then the output will be a string with the value AString.<br>
<br>
BTW - for future reference, this is better off sent to Kepler-users than<br>
Kepler-dev.  The question is about using Kepler, not modifying the Java<br>
code.  No worries on this.<br>
<br>
_Christopher<br>
<br>
<br>
On 11/6/14 1:49 PM, DONGHOON KIM wrote:<br>
> Hi Scott,<br>
><br>
> I appreciate your help. but I still have a problem.<br>
> It seems like it is working because I do not have any error message.<br>
> but I could not see the output file as in the directory I used. See my<br>
> screenshot attached.<br>
><br>
> Thank you<br>
><br>
> -Donghoon<br>
><br>
><br>
> On Thu, Nov 6, 2014 at 3:00 PM, <<a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
> <mailto:<a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a>>> wrote:<br>
><br>
>     Send Kepler-dev mailing list submissions to<br>
>     <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a> <mailto:<a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>><br>
><br>
>     To subscribe or unsubscribe via the World Wide Web, visit<br>
>     <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
>     or, via email, send a message with subject or body 'help' to<br>
>     <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a>><br>
><br>
>     You can reach the person managing the list at<br>
>     <a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a>><br>
><br>
>     When replying, please edit your Subject line so it is more specific<br>
>     than "Re: Contents of Kepler-dev digest..."<br>
><br>
><br>
>     Today's Topics:<br>
><br>
>        1. Re:  Kepler-dev Digest, Vol 117, Issue 3 (Scott Zimmer)<br>
><br>
><br>
>     ----------------------------------------------------------------------<br>
><br>
>     Message: 1<br>
>     Date: Thu, 06 Nov 2014 09:15:37 -0500<br>
>     From: Scott Zimmer <<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a><br>
>     <mailto:<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a>>><br>
>     To: <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>><br>
>     Cc: <a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a> <mailto:<a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a>><br>
>     Subject: Re: [kepler-dev] Kepler-dev Digest, Vol 117, Issue 3<br>
>     Message-ID: <<a href="mailto:545B8289.4090502@optensity.com">545B8289.4090502@optensity.com</a><br>
>     <mailto:<a href="mailto:545B8289.4090502@optensity.com">545B8289.4090502@optensity.com</a>>><br>
>     Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>     Donghoon,<br>
><br>
>     You can use a File Parameter and a Constant actor to accomplish your<br>
>     goal.  Type the name of the File Parameter in the Constant actor and<br>
>     connect it to the fileToWrite port on the Text File Writer Actor.<br>
>     Sorry,<br>
>     I can't easily create and attach and example, but detailed steps<br>
>     follow.<br>
><br>
>     Scott<br>
><br>
>     1. Drag a FileParameter onto the canvas<br>
>     2. Double click on FileParameter and specify the path to the file you<br>
>     want to write<br>
>     3. Right click the FileParameter and select Customize Name<br>
>     4. Type MyFileParamter in for the name field and click Commit<br>
>     5. Drag a Constant Actor on the canvas<br>
>     6. Double click the Constant actor and type MyFileParameter on the<br>
>     line<br>
>     next to "value:"<br>
>     7. Connect the Constant actor to the fileToWrite Port on the Text File<br>
>     Writer<br>
><br>
>     Scott<br>
><br>
>     On 11/6/2014 6:53 AM, <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a>> wrote:<br>
>     > Send Kepler-dev mailing list submissions to<br>
>     > <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a> <mailto:<a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>><br>
>     ><br>
>     > To subscribe or unsubscribe via the World Wide Web, visit<br>
>     > <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
>     > or, via email, send a message with subject or body 'help' to<br>
>     > <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a>><br>
>     ><br>
>     > You can reach the person managing the list at<br>
>     > <a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a>><br>
>     ><br>
>     > When replying, please edit your Subject line so it is more specific<br>
>     > than "Re: Contents of Kepler-dev digest..."<br>
>     ><br>
>     ><br>
>     > Today's Topics:<br>
>     ><br>
>     >    1.  Text File Writer? (DONGHOON KIM)<br>
>     ><br>
>     ><br>
>     ><br>
>     ----------------------------------------------------------------------<br>
>     ><br>
>     > Message: 1<br>
>     > Date: Thu, 6 Nov 2014 06:53:38 -0500<br>
>     > From: DONGHOON KIM <<a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a> <mailto:<a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a>>><br>
>     > To: <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
>     <mailto:<a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>><br>
>     > Subject: [kepler-dev] Text File Writer?<br>
>     > Message-ID:<br>
>     ><br>
>      <CAHwMc7X6oOp-VcHn=<a href="mailto:iTe0WyBo8Ob25-CUPLaFPnSxzwxT3Dd3w@mail.gmail.com">iTe0WyBo8Ob25-CUPLaFPnSxzwxT3Dd3w@mail.gmail.com</a><br>
>     <mailto:<a href="mailto:iTe0WyBo8Ob25-CUPLaFPnSxzwxT3Dd3w@mail.gmail.com">iTe0WyBo8Ob25-CUPLaFPnSxzwxT3Dd3w@mail.gmail.com</a>>><br>
>     > Content-Type: text/plain; charset="utf-8"<br>
>     ><br>
>     > Dear Kepler folks!<br>
>     ><br>
>     > I am trying to use Text File Writer actor. I have a question<br>
>     about input in<br>
>     > Tex File Writer.<br>
>     > I use String Constant as an input. The other input should be<br>
>     "file name and<br>
>     > path" as the input. I am trying to use a FileParameter actor.<br>
>     > but I am not sure how to connect FileParameter with Text File<br>
>     Writer. (see<br>
>     > the attached picture).<br>
>     ><br>
>     > Please, let me know if you know how to use Text File Writer. A<br>
>     simple<br>
>     > example would be very helpful.<br>
>     ><br>
>     > Thank you<br>
>     ><br>
>     > -Donghoon<br>
>     ><br>
>     ><br>
>     ><br>
><br>
><br>
>     --<br>
>     Scott Zimmer<br>
>     <a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a> <mailto:<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a>><br>
>     <a href="tel:512-299-7218" value="+15122997218">512-299-7218</a> <tel:<a href="tel:512-299-7218" value="+15122997218">512-299-7218</a>><br>
><br>
><br>
>     ------------------------------<br>
><br>
>     _______________________________________________<br>
>     Kepler-dev mailing list<br>
>     <a href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a> <mailto:<a href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a>><br>
>     <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
><br>
><br>
>     End of Kepler-dev Digest, Vol 117, Issue 4<br>
>     ******************************************<br>
><br>
><br>
><br>
><br>
> --<br>
> Donghoon Kim<br>
> Dept of Computer Science<br>
> North Carolina State University<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Kepler-dev mailing list<br>
> <a href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a><br>
> <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
<br>
<br>
--<br>
Christopher Brooks, PMP                       University of California<br>
Academic Program Manager & Software Engineer  US Mail: 337 Cory Hall<br>
CHESS/iCyPhy/Ptolemy/TerraSwarm               Berkeley, CA 94720-1774<br>
<a href="mailto:cxh@eecs.berkeley.edu">cxh@eecs.berkeley.edu</a>, <a href="tel:707.332.0670" value="+17073320670">707.332.0670</a>           (Office: 545Q Cory)<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20141106/04698098/attachment-0001.html" target="_blank">http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20141106/04698098/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 06 Nov 2014 21:04:18 -0500<br>
From: Scott Zimmer <<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a>><br>
To: <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
Subject: Re: [kepler-dev] Kepler-dev Digest, Vol 117, Issue 5<br>
Message-ID: <<a href="mailto:545C28A2.6090900@optensity.com">545C28A2.6090900@optensity.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Donghoon,<br>
<br>
As Christopher said you need the Constant Actor for the file parameter<br>
instead of String Constant.  The reason that you didn't get an exception<br>
is either because the Text File Writer has successfully written the file<br>
or it is catching the exception when you try to create a file and an<br>
exception is thrown.  You can turn on debugging and you will have a<br>
debug message when it can't create the file.  The easiest way to tell<br>
which case occurred for you, is to connect a display actor to the output<br>
of the Text File Writer.  If the file was created, it will display the<br>
full path to the file.<br>
<br>
My guess is that if you look in the directory that contains build-area,<br>
actors, and all of the other modules, you will find a file named<br>
MyFileParameter since the TextFileWriter is capable of handling relative<br>
paths and defaults to that directory for relative paths.  If you don't<br>
have that file, it's because the user that launched Kepler does not have<br>
write permission to that directory.<br>
<br>
Scott<br>
<br>
On 11/6/2014 4:49 PM, <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a> wrote:<br>
> Send Kepler-dev mailing list submissions to<br>
>       <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>       <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>       <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
><br>
> You can reach the person managing the list at<br>
>       <a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Kepler-dev digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>    1. Re:  Kepler-dev Digest, Vol 117, Issue 4 (DONGHOON KIM)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Thu, 6 Nov 2014 16:49:29 -0500<br>
> From: DONGHOON KIM <<a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a>><br>
> To: <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a>, <a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a><br>
> Subject: Re: [kepler-dev] Kepler-dev Digest, Vol 117, Issue 4<br>
> Message-ID:<br>
>       <<a href="mailto:CAHwMc7WVvpKqA4NES4VZ0K9g%2BkGViBLxqTHrNNO0wwQj0KX_zA@mail.gmail.com">CAHwMc7WVvpKqA4NES4VZ0K9g+kGViBLxqTHrNNO0wwQj0KX_zA@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Hi Scott,<br>
><br>
> I appreciate your help. but I still have a problem.<br>
> It seems like it is working because I do not have any error message.<br>
> but I could not see the output file as in the directory I used. See my<br>
> screenshot attached.<br>
><br>
> Thank you<br>
><br>
> -Donghoon<br>
><br>
><br>
> On Thu, Nov 6, 2014 at 3:00 PM, <<a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a>><br>
> wrote:<br>
><br>
>> Send Kepler-dev mailing list submissions to<br>
>>         <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
>><br>
>> To subscribe or unsubscribe via the World Wide Web, visit<br>
>>         <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
>> or, via email, send a message with subject or body 'help' to<br>
>>         <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
>><br>
>> You can reach the person managing the list at<br>
>>         <a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a><br>
>><br>
>> When replying, please edit your Subject line so it is more specific<br>
>> than "Re: Contents of Kepler-dev digest..."<br>
>><br>
>><br>
>> Today's Topics:<br>
>><br>
>>    1. Re:  Kepler-dev Digest, Vol 117, Issue 3 (Scott Zimmer)<br>
>><br>
>><br>
>> ----------------------------------------------------------------------<br>
>><br>
>> Message: 1<br>
>> Date: Thu, 06 Nov 2014 09:15:37 -0500<br>
>> From: Scott Zimmer <<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a>><br>
>> To: <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
>> Cc: <a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a><br>
>> Subject: Re: [kepler-dev] Kepler-dev Digest, Vol 117, Issue 3<br>
>> Message-ID: <<a href="mailto:545B8289.4090502@optensity.com">545B8289.4090502@optensity.com</a>><br>
>> Content-Type: text/plain; charset=ISO-8859-1<br>
>><br>
>> Donghoon,<br>
>><br>
>> You can use a File Parameter and a Constant actor to accomplish your<br>
>> goal.  Type the name of the File Parameter in the Constant actor and<br>
>> connect it to the fileToWrite port on the Text File Writer Actor. Sorry,<br>
>> I can't easily create and attach and example, but detailed steps follow.<br>
>><br>
>> Scott<br>
>><br>
>> 1. Drag a FileParameter onto the canvas<br>
>> 2. Double click on FileParameter and specify the path to the file you<br>
>> want to write<br>
>> 3. Right click the FileParameter and select Customize Name<br>
>> 4. Type MyFileParamter in for the name field and click Commit<br>
>> 5. Drag a Constant Actor on the canvas<br>
>> 6. Double click the Constant actor and type MyFileParameter on the line<br>
>> next to "value:"<br>
>> 7. Connect the Constant actor to the fileToWrite Port on the Text File<br>
>> Writer<br>
>><br>
>> Scott<br>
>><br>
>> On 11/6/2014 6:53 AM, <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a> wrote:<br>
>>> Send Kepler-dev mailing list submissions to<br>
>>>       <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
>>><br>
>>> To subscribe or unsubscribe via the World Wide Web, visit<br>
>>>       <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
>>> or, via email, send a message with subject or body 'help' to<br>
>>>       <a href="mailto:kepler-dev-request@kepler-project.org">kepler-dev-request@kepler-project.org</a><br>
>>><br>
>>> You can reach the person managing the list at<br>
>>>       <a href="mailto:kepler-dev-owner@kepler-project.org">kepler-dev-owner@kepler-project.org</a><br>
>>><br>
>>> When replying, please edit your Subject line so it is more specific<br>
>>> than "Re: Contents of Kepler-dev digest..."<br>
>>><br>
>>><br>
>>> Today's Topics:<br>
>>><br>
>>>    1.  Text File Writer? (DONGHOON KIM)<br>
>>><br>
>>><br>
>>> ----------------------------------------------------------------------<br>
>>><br>
>>> Message: 1<br>
>>> Date: Thu, 6 Nov 2014 06:53:38 -0500<br>
>>> From: DONGHOON KIM <<a href="mailto:dhkim717@gmail.com">dhkim717@gmail.com</a>><br>
>>> To: <a href="mailto:kepler-dev@kepler-project.org">kepler-dev@kepler-project.org</a><br>
>>> Subject: [kepler-dev] Text File Writer?<br>
>>> Message-ID:<br>
>>>       <CAHwMc7X6oOp-VcHn=<br>
>> <a href="mailto:iTe0WyBo8Ob25-CUPLaFPnSxzwxT3Dd3w@mail.gmail.com">iTe0WyBo8Ob25-CUPLaFPnSxzwxT3Dd3w@mail.gmail.com</a>><br>
>>> Content-Type: text/plain; charset="utf-8"<br>
>>><br>
>>> Dear Kepler folks!<br>
>>><br>
>>> I am trying to use Text File Writer actor. I have a question about input<br>
>> in<br>
>>> Tex File Writer.<br>
>>> I use String Constant as an input. The other input should be "file name<br>
>> and<br>
>>> path" as the input. I am trying to use a FileParameter actor.<br>
>>> but I am not sure how to connect FileParameter with Text File Writer.<br>
>> (see<br>
>>> the attached picture).<br>
>>><br>
>>> Please, let me know if you know how to use Text File Writer. A simple<br>
>>> example would be very helpful.<br>
>>><br>
>>> Thank you<br>
>>><br>
>>> -Donghoon<br>
>>><br>
>>><br>
>>><br>
>><br>
>><br>
>> --<br>
>> Scott Zimmer<br>
>> <a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a><br>
>> <a href="tel:512-299-7218" value="+15122997218">512-299-7218</a><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> _______________________________________________<br>
>> Kepler-dev mailing list<br>
>> <a href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a><br>
>> <a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
>><br>
>><br>
>> End of Kepler-dev Digest, Vol 117, Issue 4<br>
>> ******************************************<br>
>><br>
><br>
><br>
><br>
<br>
<br>
--<br>
Scott Zimmer<br>
<a href="mailto:szimmer@optensity.com">szimmer@optensity.com</a><br>
<a href="tel:512-299-7218" value="+15122997218">512-299-7218</a><br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Kepler-dev mailing list<br>
<a href="mailto:Kepler-dev@kepler-project.org">Kepler-dev@kepler-project.org</a><br>
<a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev</a><br>
<br>
<br>
End of Kepler-dev Digest, Vol 117, Issue 6<br>
******************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Donghoon Kim<br>Dept of Computer Science<br>North Carolina State University<br><br><br></div>
</div></div></div></div>