Save to JSON file

save JSON

Filename: the name of JSON file to save data to.

It supports dynamic filenames including date, you can set the filename like this: abc_#yyyy#_#mm#_#dd#_#hh#_#mi#_#ss#.json. #yyyy# is for current year, #mm# month, #dd# day, #hh# hour, #mi# minute, #ss# second. It's a template filename, the output file will like this: abc_2024_09_15_12_20_55.json.

Encoding: file encoding.

JSON Format: Array With Name / Array Without Name / MongoDB Export Format / JSON Lines / One By One / Value As File.

Array Name: when "JSON Format" is "Array With Name", set the "Array Name".

Select All: select all columns.

Select None: select none columns.