Skip to content
#

csv-export

Here are 223 public repositories matching this topic...

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.

  • Updated May 20, 2020
  • Python
jmsgwd
jmsgwd commented Jan 5, 2020

The documentation says that by default, CSV export generates a file "that is readable by Microsoft Excel in Europe, i.e., the default encoding is WINDOWS-1252 and the separator is ;".

I understand this is only a default, and it can be overridden using environment variables.

However, I suggest that the default should be changed to UTF-8 and the more standard comma-separated values, for the

runningman84
runningman84 commented May 3, 2019

The prometheus plugin uses metric names like this:

  • org_graylog2_inputs_gelf_tcp_GELFTCPInput_5cc1bd20057c5200116dfdef_open_connections
  • org_graylog2_lookup_adapters_5cc1bc798e510600109570d9_refresh_count
  • org_graylog2_lookup_caches_5ca37df31210da0011143090_hits_total

It is really painful to write alarms for metrics like this. It would much better if the metrics would have names like th

Improve this page

Add a description, image, and links to the csv-export topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csv-export topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.