mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02:00
feat: add CSV to XML conversion tool with customizable options
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user