The Dynamic XML Generator from CSV is a Java application that was created to help in creating large subset of test data from csv file,it allows you to convert CSV data into XML files with dynamic structure. This tool is designed to simplify the process of generating XML files from CSV data, where the structure of the resulting XML can be customized based on your needs.
- Convert CSV data to dynamic XML.
- Customize XML structure based on CSV content.
- Easily configure output file format.
- JavaFX user interface for user-friendly interaction.
- Open-source and customizable for your specific use cases.
- Java Development Kit (JDK) 8 or higher.
- Maven (for building the project, optional).
-
Clone the repository:
https://github.com/aarthigk/dynamic-xml-generator-from-csv.git
2.Navigate to the project directory: cd dynamic-xml-generator
Compile and run the application: java --module-path path/to/javafx-sdk/lib --add-modules javafx.controls,javafx.fxml -cp path/to/your/classpath DynamicXMLGeneratorFromCSV
CSV Input: Specify the path to your CSV file.
Output Directory: Set the directory where the generated XML files will be saved.
XML Structure: Customize the XML structure based on the CSV data. You can specify element names, attributes, and hierarchy based on column names and values.
Here's a basic example of how to use the Dynamic XML Generator from CSV:
Launch the application and browse the input file.
Define the XML structure based on your CSV columns.
Click the "Generate XML" button to create XML files from your CSV data.
We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and test thoroughly.
Create a pull request with a clear description of your changes.
This project is licensed under the MIT License. Contact
If you have any questions, issues, or suggestions, please feel free to contact us at aartiegk@gmail.com