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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
YLi1644627156
Contributor
Contributor

How to extract data from ethereum using Talend

Very new to Talend. My very goal is to use Talend to do the following:

```

from web3 import Web3

w3 = Web3(Web3.HTTPProvider('https://mainnet.infura.io/v3/XXXXXXXXXXXXXXXXXXX'))

w3.eth.get_block('latest').items()

```

Wonder which components I need and how to achieve it.

 

Open to java implementation as well, if it is easier with tJava. 

Thanks

Labels (3)
12 Replies
YLi1644627156
Contributor
Contributor
Author

what is the data mapper component called? I have enterprise license.

Again I am not seeing tRestClient, how should I enable it?

YLi1644627156
Contributor
Contributor
Author

I am using Talend Studio

Anonymous
Not applicable

The tRestClient component is standard in all Talend Studio products. It doesn't need to be enabled. If you type t r e s t c l i e n t into the design window you should see it. If you don't see it, you should contact support.

 

The Data Mapper is more than a single component. The component is called tHMap. But there are several configuration stages for this component. You should look at the documentation for this.

 

https://help.talend.com/r/en-US/8.0/data-mapper-functions-reference-guide/introduction-data-mapper-functions