# JSON To CSV

You can convert Json data (array) into a csv file.

image-20250702095503905

The successfully written files can be viewed in [Local File] under [File Management], and can be edited and updated here.

image-20250702095631252 image-20250702095712187

# Input

image-20250611091707430

# Filename

The name of the saved file, for example: test. No need to add the suffix .csv, the system will add it automatically.

# Operation

  • Overwrite

    If there is a file with the same name, the file data will be overwritten. If there is no file with the same name, a new file will be created.

  • Delete File

    Deletes the specified file.

# Content

The JSON array text data content to be written.

# Output

Output csv file path.

image-20250702095758771
lastUpdated: 7/3/2025, 7:44:35 PM