have simple use case where manifest file has several lines with links to files. need to parse this manifest line and then for each line download file.
not sure how to achieve this within OIC
ideally i'd like to read each line from manifest text file, plain text, parse it with regular expression, then pass value from reg_exp to download activity