Google Sheets Component Release Notes

This page lists the main features added to the Google Sheets component.

Feature Highlights

Version 2.2.0

This version contains some fixed issues which can be found on the full changelog.

Version 2.1.3

This version contains some fixed issues which can be found on the full changelog.

Version 2.1.2

Google V4 API filters

A limitation was introduced when migrating to Google Sheets "v4 API", the ability to filter data directly when extracting data from Google Sheets was not possible anymore, because of the changes of Google’s API.

Filtering was still possible in Mappings and Processes, but it was performed after retrieving data, by using a filter in "staging area" location.

We unlocked this limitation by supporting again filtering directly on "source" location when extracting data from Google Sheets.

JDBC Drivers classes and URLs

Semarchy xDI Designer 20.2.0 introduces an improvement which allows Components and Modules definition to provide themselves the proper JDBC drivers classes and URLs, for the connection wizard to automatically adapt depending on the Module selected.

This Component has therefore been updated to take into account this improvement and provide the necessary JDBC drivers classes and URLs information.

Version 2.1.1

Sample project

The component example project can now be imported directly in the "New" menu of the Project Explorer.

Version 2.1.0

Google v4 API support

Google Sheet Component was originally using Google’s "v3 API" to communicate and operate with Google Sheet.

This API is planned to be removed by Google soon which advise to now use the currently supported "v4 API" instead.

You can find more information about the removal of this Google API at the following Google Article.

We therefore worked on this new Component which will use the new currently supported "v4 API".

Limitations

The new Google "v4 API" changes a lot how to perform operations on Google Sheets and offers better performances.

There are however some limitations on this version due to the changes that you must have in mind:

  • When reading data from Google Sheets in a Mapping or Process, it is not possible to use filters yet to filter the data returned

  • Google’s "v4 API" does not allow to retrieve all the sheets of a given user as it was possible before, so for now you cannot reverse the list of Google Sheets in Metadata, but only standalone Sheets by specifying their identifier.

We are working on those limitations to unlock them in a future version.

Change Log

Version 2023.1.5

New Features

  • DI-8182: Third-Party library upgrade.

Version 2023.1.2 (Google Spreadsheet Component)

Bug Fix

  • DI-7282: When creating Google Sheets metadata, the reverse-engineering wizard and the query editor throw a java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter error.

Version 2023.1.1 (Google Spreadsheet Component)

Bug Fixes

  • DI-7262: OAuth2 requests a new token even if a former token is still valid.

Version 2023.1.0 (Google Spreadsheet Component)

New Feature

  • DI-5835: The legacy Google Spreadsheet driver and module are no longer available.

Bug Fixes

  • DI-5079: The generation of Google Sheets tokens with the command-line utility fails with Java 11.

  • DI-5894: When generating a Google Sheets token with the command-line utility, some accounts throw the Error 400 - Invalid Request error.

  • DI-6164: Multiple third-party libraries upgrade.

  • DI-6461: When running multiple data flows with different OAuth2 tokens, the tokens are mismatched with each other, leading to authentication errors.

Version 17.6.9 (Runtime)

New Features

  • DI-1120: Google Sheet driver: support fetch mechanism when retrieving data

Version 2.1.2 (Google Spreadsheet Component)

New Features

  • DI-1377: Google Spreadsheet Component - ability to define a filter on "source" execution location when reading Google Sheets data

  • DI-2116: Google Spreadsheet Component - update module definition to propose more accurate driver and urls

Version 2.1.3 (Google Spreadsheet Component)

New Features

  • DI-3951: Third-party component libraries - update some third-party libraries

Version 2.2.0 (Google Spreadsheet Component)

New Features

  • DI-3996: Internal change on how some libraries are built to ease maintenance

Version 3.0.0 (Component Pack)

New Features

  • DI-4508: Update Components and Designer to take into account dedicated license permissions

  • DI-4727: Rebranding: Templates and sample projects

  • DI-4813: Rebranding: Drivers classes and URLs

  • DI-4962: Improved component dependencies and requirements management

Version 5.3.6 (Component Pack)

Bug Fixes

  • DI-5894: "Error 400 - Invalid Request" may be thrown by some accounts when trying to generate a Google Sheets token with the command-line utility.

  • DI-5079: The generation of Google Sheets tokens with the command-line utility fails with java 11 with the error "java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter".