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.
Input / Output Examples
Simple data example contains flat structures with only key-value pairs and no nested objects or arrays. It is compatible with all data formats.
Complex data example includes nested structures such as objects within objects and arrays, representing hierarchical relationships. This format requires data formats that support nesting, like JSON or XML, and is not compatible with flat formats such as CSV.
CSV
Simple data:
Excel-style (Column tab-separated)
Simple data:
Excel-style (Row tab-separated)
Simple data:
HTML Table
Simple data:
JSON
Simple data:
Complex data:
LaTeX Table
Simple data:
Markdown Table
Simple data:
SQL Insert
Simple data:
TSV
Simple data:
Excel (XLS)
Simple data:
Excel (XLSX)
XML
Simple data:
Complex data:
YAML
Simple data:
Complex data: