Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.2 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.2 KB

Dynamic XML Generator from CSV

Overview

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.

Features

  • 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.

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8 or higher.
  • Maven (for building the project, optional).

Installation

  1. Clone the repository:

    https://github.com/aarthigk/dynamic-xml-generator-from-csv.git

2.Navigate to the project directory: cd dynamic-xml-generator

Usage

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

Configuration

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.

Example

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.

Contributing

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.

License

This project is licensed under the MIT License. Contact

If you have any questions, issues, or suggestions, please feel free to contact us at [email protected]