Re: Transforming a text file line by line with ant.

2010-05-04 Thread Marco Faustinelli
Ehm, well    :8} I guess I mixed up mappers with filters. Thank you for the advice. Marco From: Stefan Bodewig To: user@ant.apache.org Sent: Tue, May 4, 2010 10:02:16 AM Subject: Re: Transforming a text file line by line with ant. They can

Re: Transforming a text file line by line with ant.

2010-05-04 Thread Stefan Bodewig
On 2010-05-04, Marco Faustinelli wrote: > I have to write an xml file from a csv file inside an ant script. The > way the csv lines are transformed depends on a very much complex > choice, so using XSLT is excluded. Please just trust me on this one. > My idea would be to split the csv files into

Transforming a text file line by line with ant.

2010-05-03 Thread Marco Faustinelli
Good morning, I wish I could have some expert opinion on the following topic. I have to write an xml file from a csv file inside an ant script. The way the csv lines are transformed depends on a very much complex choice, so using XSLT is excluded. Please just trust me on this one. My idea would