Hi everyone,
I wonder if there is any simple way to add items to queue in orchestrator from .txt file
Till today i was reading cells from .xlsx file and for each row i was adding queue items.
Now i have test.txt file with for example:
1|Joseph|A
2|Catrina|B
3|Tom|C
4|Adam|D
values are separated using β|β
Any suggestions?
Thank you for your time.