> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/data-engineering/data-format-conversion.md).

# Data Format Conversion Tools

* [Format and Minify Your Code Online](https://www.cleancss.com/)
  * from CSV, XML, JSON
  * to HTML, CSV, TSV, JSON, XML
* [Convert Files, Databases and Data Online - Konbert](https://konbert.com/)
  * from CSV, JSON, TSV
  * to JSON, CSV, TSV, SQL
* [Collection of CSV Tools Online](https://codebeautify.org/csv-tools)
  * from SQL, JSON, XML, CSV, EXCEL, HTML, YAML
  * to CSV, JSON, XML, YAML, HTML, TSV, etc.
* [Simple Converter Tools for JSON, YAML, XML, and more - ConvertSimple.com](https://www.convertsimple.com/data-converters/)
  * from JSON, XML, YAML, TOML, CSV, TSV, PSV etc
  * to JSON, Python, YAML, CSV etc.
* [Online CSV Tools - Simple, free and easy to use CSV utilities](https://onlinecsvtools.com/)
  * from CSV, JSON, YAML
  * to JSON, CSV, TSV, XML, etc
* [ConvertCSV.com - Convert CSV To JSON, XML, SQL, ...](https://www.convertcsv.com/)
  * from CSV, Excel, JSON, JSON, KML, SQL etc.
  * to CSV, Excel, YAML, etc.

## Data Serialization

* [Data Serialization Format Comparison](https://wiki.alopex.li/BetterThanJson) : JSON, YAML, XML etc


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/data-engineering/data-format-conversion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
