There has been a request to add a "formatting" ability like in [scrape-it](https://github.com/IonicaBizau/scrape-it) library. Its documented as: > convert (Function): An optional function to change the value. Example: ```diff { articles: { listItem: ".article" , data: { createdAt: { selector: ".date" + , convert: x => new Date(x) } , title: "a.article-title" , tags: { listItem: ".tags > span" } , content: { selector: ".article-content" , how: "html" } } } } ``` Considerations: * Need to consider how this integrates with validation (does formatting happen before, after) * Whats the API?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by gajus and has received 4 comments.