@isaacjaco49111 said in join a resource with a variable:
@Fox I understand, so for example if I have 20 accounts and I want to obtain resource 18, should I create 18 resources?
Create one resource and put the data of 20 accounts in it
Hey
Im trying to create a parser very similar to his one:
https://wiki.bablosoft.com/doku.php?id=tutorial4
In this tutorial it is showed how to create parser.. but it has the same problem as i have.. it parses the same url 2-3 times and it adds it to resource.. so it means it will visit the same url 3 times.. which is useless for me..
What i want to do is to scrape url (even if it exist several times on page) but adds to resource it only ones.. or it has to automatically deletes any duplcaite before visiting specific page
Thx in advance
I have another problem with this parser