CSV exporter support added. Not finished for map type.
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
||||
|
||||
// Exporter interface is for extracting data to external resources
|
||||
type Exporter interface {
|
||||
Export(exports *Response)
|
||||
Export(response *Response)
|
||||
}
|
||||
|
||||
// Geziyor is our main scraper type
|
||||
|
Reference in New Issue
Block a user