Application to migrate data from csv to XML Developed using Visual Studio 2022 and using .NET 6.0
-
The project contains an example file to migrate in Cvs2XmlConverter/ExampleFiles
-
The code assumes you use a cvs with a | as delimiter
-
Running the program
- start
- Enter 1 for migrating
- Enter full path to the input csv
- The input csv is migrated to a XML.
- The XML is created in the same folder as the input file
- The XML is validated
- A message is showing if success or not