scrapinghub / shublang

Pluggable DSL that uses pipes to perform a series of linear transformations to extract data
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

add new 'str' functionality #54

Closed renancunha closed 4 years ago

renancunha commented 4 years ago

As discussed at #53, it implements the str functionality. It also modifies the extract_price function to use builtins.str instead of str, in order to avoid conflicts evaluating the expressions of price extraction.