mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: adjusting CSV Meta file for consistency
This commit is contained in:
@@ -6,7 +6,7 @@ export const tool = defineTool('csv', {
|
||||
path: 'csv-to-xml',
|
||||
icon: 'mdi-light:xml',
|
||||
description: 'Convert CSV files to XML format with customizable options.',
|
||||
shortDescription: 'Convert CSV data to XML format',
|
||||
shortDescription: 'Convert CSV data to XML format.',
|
||||
keywords: ['csv', 'xml', 'convert', 'transform', 'parse'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user