![]() |
VOOZH | about |
The CData Excel Add-In for IBM Cloud Object Storage provides formulas that can query IBM Cloud Object Storage data. The following three steps show how you can automate the following task: Search IBM Cloud Object Storage data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as IBMCloudObjectStorageConnection1, or a connection string. The connection string consists of the required properties for connecting to IBM Cloud Object Storage data, separated by semicolons.
If you do not already have Cloud Object Storage in your IBM Cloud account, follow the procedure below to install an instance of SQL Query in your account:
There are certain connection properties you need to set before you can connect. You can obtain these as follows:
To connect with IBM Cloud Object Storage, you need an API Key. You can obtain this as follows:
If you have multiple accounts, specify the CloudObjectStorageCRN explicitly. To find the appropriate value, you can:
You can now set the following to connect to data:
When you connect, the connector completes the OAuth process.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Objects WHERE Bucket = '"&B6&"'","ApiKey="&B1&";CloudObjectStorageCRN="&B2&";Region="&B3&";OAuthClientId="&B4&";OAuthClientSecret="&B5&";Provider=IBMCloudObjectStorage",B7)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for IBM Cloud Object Storage to get started:
Download NowLearn more:
👁 IBM Cloud Object Storage IconThe IBM Cloud Object Storage Excel Add-In is a powerful tool that allows you to connect with live IBM Cloud Object Storage data, directly from Microsoft Excel.
Use Excel to read, write, and update IBM Cloud Object Storage IBMCloudObject, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!