Skip to content
#

opendata

Open data is data that can be freely used, re-used, and redistributed by anyone - subject only, at most, to the requirement to attribute and sharealike.

Here are 932 public repositories matching this topic...

antoine2711
antoine2711 commented Feb 9, 2020

Describe the bug
I'm trying to export with « Custom tabular exporter… » and choosing « Upload to -> A new Google spreadsheet », and in some rows, if a value is missing, then the cell value disapear and the cell on the right shift left.

To Reproduce
Steps to reproduce the behavior:

  1. « Custom tabular exporter… »
  2. choose « Upload to -> A new Google spreadsheet »
  3. See the result
abulte
abulte commented Oct 2, 2019

Our catalog export files are not compatible with most Python (at least) csv parsing tools. They will break because some cells have more than 131072 characters.

csvapi

Error: Error parsing CSV: CSV contains fields longer than maximum length of 131072 characters. Try raising the maximum with the field_size_limit parameter, or try setting quoting=csv.QUOTE_NONE.

csvkit

You can’t perform that action at this time.