Replies: 2 comments
-
using the next comand it will harvest inside the machine. remember change the uri in this case "http://web-com/data.json" drush dkan:harvest:register '{ "identifier": "webharvest", "extract": { "type": "\Harvest\ETL\Extract\DataJson", "uri": "http://web-com/data.json" }, "transforms": ["\Drupal\harvest\Transform\ResourceImporter"], "load": { "type": "\Drupal\harvest\Load\Dataset" } }' |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tridoxx there is a setting to use the local copy of the resource for the download url: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm doing a harvest and at the moment it seems to work fine, but I have a problem and that is that when I go to the dataset site, the files contain the url, from where the harvest was made, and not from the local machine, It doesn't stay with my domain of "dataforeverybody.com" but it stays with the IP of the place of the harvest attached image, I'll be attentive, thank you very much.
I'm checking in the drush options but I can't find anything related, in the dkan part
Beta Was this translation helpful? Give feedback.
All reactions