Sha256: ab52ec5548825bbe1d6176a60f1a98d3e57a7228f21b25d4d18a42a2aa153723
Contents?: true
Size: 627 Bytes
Versions: 37
Compression:
Stored size: 627 Bytes
Contents
### Support For Additional Data Sources - JSON API ``` datapimp sync data --type=json https://api.github.com/orgs/architects/repos ``` - NOKOGIRI The nokogiri datatype should support using CSS selectors to extract an array of key value pairs from a URL. For example, pulling all of the data from the product hunt website: http://www.producthunt.com records=ul.posts-group li.post record=TODO (figure out syntax mapping data to css selectors) ``` datapimp sync data --type=nokogiri http://www.producthunt.com --selectors=file ``` - Implement converting an XLSX document on Dropbox to JSON
Version data entries
37 entries across 37 versions & 1 rubygems