Google spreadsheet translator issues
------------------------------------
Key: TEIID-4034
URL:
https://issues.jboss.org/browse/TEIID-4034
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.3
Reporter: Marco Ardito
Assignee: Steven Hawkins
Fix For: 9.0, 8.12.5, 8.13.2
The GoogleJSONParser has handling for javascript dates, but only of the form new
Date(...)
However the data result uses datetime/date values that are actually string literals of
the form
"Date(...)"
Also the time format is an array of numbers:
[1,2,3,4]
The translator needs to account for all of these.
Additionally:
- support for ClientLogin should be removed as it is no longer allowed by google.
- there is a collision between resource bundles as they are in the same package between
the connector and api modules.