Hello! I have a csv-file that contains list of source, for example: source MySource1 MySource2 MySource3 ... I have also a search request, it is the same for all sources. I need to create automatic consistent search for all source - First search in MySource1, Second search in MySource2,... Each subsequent search should start only when the previous search is over. I am new in programming, unfortunately.
I can also create text file with list of searches, if this can help to find of solution of my problem. Any ideas?