maxdaros - 2005-01-10

Hi all,

are there any example of flat2xml conversions to convert a csv file with different groups of lines into an xml file????  In babeldoc's examples exists an example of grouped-lines flat file conversion, but I can't find a similar csv file conversion.

I've a csv file like this:

TableName;CreateTable;;
Persons;true;;

FieldName;FieldType;FieldLength;AllowNull
Name;String;35;false
Curname;String;35;false
BirthDate;Date;;true
PlaceOfBirth;String;30;false
ZipCode;String;5;false

the file has 2 different groups (the first 2 lines and the other lines).

Thanks in advance.

Massimo