mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 09:55:07 +05:30
feat: add CSV to XML conversion tool with customizable options
This commit is contained in:
parent
64e1dd5b83
commit
f4f09f4852
4 changed files with 224 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { tool as csvToJson } from './csv-to-json/meta';
|
||||
import { tool as csvToXml } from './csv-to-xml/meta';
|
||||
|
||||
export const csvTools = [csvToJson];
|
||||
export const csvTools = [csvToJson, csvToXml];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue