Subject: | adConvert hangs converting from CSV to XML |
Using AnyData v0.8, and XML::Twig v3.15 (also verified with other versions):
Here is example.csv:
a,b,c
1,2,3
4,5,6
Now, if I run this command:
perl -MAnyData -e "adConvert( 'CSV', 'example.csv', 'XML', 'example.xml' )"
It hangs indefinately and only creates a 0k example.xml file.