JSON to CSV Converter avatar

JSON to CSV Converter

Try for free

No credit card required

View all Actors
JSON to CSV Converter

JSON to CSV Converter

eloquent_mountain/json-to-csv-converter
Try for free

No credit card required

JSON to CSV Converter. Effortlessly transform JSON data into CSV with our Apify actor. Handle nested structures, expand lists into rows, and customize separators and delimiters. Input via URL or paste JSON text. Ideal for data analysis and reporting!

Convert any JSON data into a CSV file effortlessly with this powerful Apify actor. Handle complex nested structures and expand lists into rows with ease.

Features

  • Handles Nested Structures: Flattens nested JSON objects and arrays into a CSV format.
  • Expand Lists into Rows: Option to expand lists so that each item becomes a separate row.
  • Multiple Input Methods: Provide JSON data via URL or by pasting the JSON text directly.
  • Customizable Output: Define custom separators for nested keys.

Benefits

  • Ease of Use: Convert complex JSON data without writing any code.
  • Flexibility: Suitable for any JSON structure, no matter how deeply nested.
  • Efficiency: Quickly transform data for analysis, reporting, or integration with other tools.

How to Use

  1. Input Your JSON Data:

    • JSON File URL: Enter the URL of your JSON file.
    • Paste JSON Text: Copy and paste your JSON content into the provided text area.
  2. Customize Options (optional):

    • Expand Lists into Rows: Check this option to expand lists into multiple rows.
    • Key Separator: Set a custom separator for nested keys (default is .).
  3. Run the Actor:

    • Click the Start button to begin the conversion process.
  4. Retrieve Your CSV File:

    • After the run completes, download the CSV file from the Key-value store. Or export it to another format as per desire.

Example

Input JSON:

1{
2  "id": 1,
3  "name": "John Doe",
4  "emails": ["john@example.com", "jdoe@example.com"],
5  "address": {
6    "street": "123 Main St",
7    "city": "Anytown"
8  }
9}

Output CSV:

idnameemails[0]emails[1]address.streetaddress.city
1John Doejohn@example.comjdoe@example.com123 Main StAnytown

Support

For any questions or issues, please open an issue in the GitHub repository or contact support.


Unlock the full potential of your JSON data by converting it into a CSV format that's ready for analysis and reporting. Try the JSON to CSV Converter actor today!

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 6 hours ago