How to Use the Batch Data Converter
1.
Use the top textarea to paste or type your data.
You can enter raw text, table data, or structured content.
- Supported formats include CSV, TSV, JSON, Excel-style rows/columns, HTML, Markdown, SQL, XML, YAML, and more (see examples below).
- The converter will try to automatically detect and parse your data format.
Upload Files or Folders
Drag and drop a file or folder into the upload area, or click it to browse your files. The contents will be automatically parsed and loaded into the input area. Note: Only one file’s content will be shown in the textarea at a time, but when you click ‘Download,’ all your files will be saved together in a single .zip archive.
- You can upload multiple files or an entire folder.
- Click the “X” button in the upload area to clear all uploaded files.
2. Choose Input Format
Select the format of your input data from the first dropdown menu. This helps the converter parse your data correctly.
3. Choose Output Format
From the second dropdown, select the format you want to convert your data into (e.g., JSON, HTML, CSV). The output area will update automatically.
4. Convert the Data
Click the “Convert” button to transform your input into the selected output format.
5. Download Converted File
Click the “Download” button to save your converted data in the chosen format.
Notes
- The converter tries to preserve table structure and formatting when switching between formats.
- For the best results, make sure your data is well-structured and matches the selected input format.
Ejemplos de Entrada / Salida
Datos simples ejemplo contiene estructuras planas con solo pares clave-valor y sin objetos ni arreglos anidados. Es compatible con todos los formatos de datos.
Datos complejos ejemplo incluye estructuras anidadas como objetos dentro de objetos y arreglos, que representan relaciones jerárquicas. Este formato requiere formatos de datos que soporten anidamiento, como JSON o XML, y no es compatible con formatos planos como CSV.
CSV
Datos simples:
Estilo Excel (Columnas separadas por tabulación)
Datos simples:
Estilo Excel (Filas separadas por tabulación)
Datos simples:
Tabla HTML
Datos simples:
JSON
Datos simples:
Datos complejos:
Tabla LaTeX
Datos simples:
Tabla Markdown
Datos simples:
Insertar SQL
Datos simples:
TSV
Datos simples:
Excel (XLS)
Datos simples:
Excel (XLSX)
XML
Datos simples:
Datos complejos:
YAML
Datos simples:
Datos complejos: