Project Description
Csv2UDTImport is a small console application that transforms ";" separated CSV files into Xml files.
These files are compatible to the XML files generated for import/export for the UserDefinedTable module, a DotNetNuke module.
Simplest usage: Drag'Drop an CSV file onto the application, upload the generated file to your DNN portal and import it into a UDT module.
The application is very basic, it imports everything as udt datatype "text".
This is a open project, everybody is invited to join and improve the code.