package
0.0.0-20200612205719-d33463d17312
Repository: https://github.com/slotix/dataflowkit.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewTask creates new task to parse fetched page following the rules from Payload.
# Structs
CSVEncoder transforms parsed data to CSV format.
A Field corresponds to a given chunk of data to be extracted from every block in each page of a scrape.
No description provided by the author
JSONEncoder transforms parsed data to JSON format.
Payload structure contain information and rules to be passed to a scraper Find the most actual information in docs/payload.md.
Task keeps Results of Task generated from Payload along with other auxiliary information.
No description provided by the author
XMLEncoder transforms parsed data to XML format.