jazzband / prettytable

Display tabular data in a visually appealing ASCII table format
https://pypi.org/project/PrettyTable/
Other
1.36k stars 155 forks source link

Add field selection to CSV and JSON outputs #307

Closed demestav closed 1 month ago

demestav commented 1 month ago

Closes #253

When the fields option is passed to get_csv_string and get_json_string, the output will include only the specified fields.

hugovk commented 1 month ago

Thanks!