WolfgangFahl / PyGenericSpreadSheet

Generic Spreadsheet Editing API
Apache License 2.0
0 stars 0 forks source link

trailing blanks for column names #13

Closed WolfgangFahl closed 1 year ago

WolfgangFahl commented 1 year ago

invalid rows returned by SPARQL query:


{
  'item ': '',
  'label ': '',
  'ordinal ': 14,
  'ordinalStr ': '',
  'description ': '',
  'Title ': '',
  'Acronym ': 'MTSR 2021',
  'OpenLibraryId ': '',
  'oclcId ': '',
  'isbn13 ': '',
  'ppnId ': '',
  'gndId ': '',
  'dblpId ': '',
  'doi ': '',
  'Event ': '',
  'publishedIn ': '',
  'lodRowIndex': 0
}```

need to be fixed