Skip to content

Conversation

ARRY7686
Copy link
Contributor

@ARRY7686 ARRY7686 commented Mar 18, 2025

Summary

This PR introduces a new CSV to XML conversion tool, allowing users to convert CSV data into structured XML format. The tool follows a similar structure to the existing CSV to JSON converter and supports customizable delimiters, headers, and empty-line handling.This PR solves issue #50

Files Changed/Created

  1. src/pages/tools/csv/csv-to-xml/service.ts → Implements the conversion logic.
  2. src/pages/tools/csv/csv-to-xml/index.tsx → UI component for user input & output.
  3. src/pages/tools/csv/csv-to-xml/meta.ts→ Metadata for tool registration.
  4. src/pages/tools/csv/index.ts → Adds tool to the available CSV tools.

@iib0011 iib0011 merged commit 92986dd into iib0011:main Mar 18, 2025
2 checks passed
@iib0011
Copy link
Owner

iib0011 commented Mar 18, 2025

Thank you. Pretty impressive (without library). Next time you can use them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants