Just a thought ...

<loadfile>
  <filterchain>
    <tokenfilter>
      <filetokenizer/>
      <replaceregex pattern="${line.separator}"
                    flags="g"
                    replace=","/>
    </tokenfilter>
  </filterchain>
</loadfile>


Jan

> -----Ursprüngliche Nachricht-----
> Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 8. Dezember 2004 14:21
> An: ant_user (E-Mail)
> Betreff: Extract property out of multiline file
> 
> 
> Hi, i have a txtfile generated by a script.
> 
> The file looks like that :
> 
> Env1,
> Env2,
> Env3,
> 
> sometimes there's only one value in that file, sometimes
> more, like above.
> 
> I want to stript the ',' and get that Env's into one property :
> 
> myproperty = "Env1,Env2,Env3"
> 
> How to do that without scripting ?
> 
> Thanks for any hints!!
> 
> Regards, Gilbert
> 
> 
> 
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to