Documentation - Batch data converter

Learn how to use the data Converter tool to transform data between multiple formats like JSON, CSV, SQL, and more.

Go back to the conversion system.

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.

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.

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

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:

Pdf

SQL Insert

Simple data:

TSV

Simple data:

Excel (XLS)

Simple data:

Excel (XLSX)

XML

Simple data:

Complex data:

YAML

Simple data:

Complex data: