-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hooopo edited this page May 17, 2016
·
1 revision
args:
- output_file: Filename of output file.
- row_sep: The String appended to the end of each row.
- col_sep: The String placed between each field.
- force_quotes: When set to a true value, CSV will quote all CSV fields it creates.
- quote_char: The character used to quote fields. This has to be a single character String. This is useful for application that incorrectly use ' as the quote character instead of the correct "
- mode: "w" or "a+"