Filename: the name of TXT (CSV/TSV) 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#.csv. #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.csv.
Encoding: file encoding.
Delimiter: "," or "|" or "#" or TAB or white space, or custom.
Quoted By: single quotation marks('), or double quotation marks("), or none, or custom.
Field Name In File Header: True to save fieldnames (columnnames) in the first line of file content.
Replace CRLF With Space: True to replace line break to white space.
Select All: select all columns.
Select None: select none columns.