Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extracting Data from Smart Sheet

Hi All,

 

Please let me know, how to connect with the Smart sheet and to extract the data to any relative data base.

 

I could not find any options directly to connect with smart sheet.  Also, i have tried with ODBC / JDBC connectivity, its not helpful. Please share your update

 

Thanks

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi there,

 

Wasn't aware of SmartSheet before, and there don't appear to be any components in Talend Exchange which will do this.

 

However, a quick check of their website and I can see they have a RESTful API, plus native libraries including one for Java, so you will be able to do this from Talend.

 

Details of these can be found here:

 

http://developers.smartsheet.com/

 

If you're comfortable with Java, then the native API would be the best option, but if not, you'll be able to use the tREST component to get your data.

 

Regards,

 

 

Chris 

Anonymous
Not applicable
Author

Thank you, Chris.