prettytable icon indicating copy to clipboard operation
prettytable copied to clipboard

Support displaying selected fields for CSV format

Open DuoLife-QNL opened this issue 2 years ago • 0 comments

When calling get_string or get_html_string or get_latex_string and passing fields = ["field1", "field2"] as the parameter, the output strings in either format contain the given fields in fields only. However, when calling get_csv_string or get_json_string, that does not work. It seems that these two functions do not take this setting into consideration.

DuoLife-QNL avatar Aug 15 '23 15:08 DuoLife-QNL