@spa3212 said in Reading input data from csv file of non english:
@Fox so don't know for csv file this doesn't work, but for txt file it does :) anyways thans.
This works for any text file. Attach the file for the test
I have a list of 100 groups to post to and 10 accounts.
I want to post
1 account to post 10 groups,
Account 2 will post 10 groups
account 3 account 4 will post like this
and can run multi-threaded without duplicate data of those 100 groups
I manage groups and accounts on Database
any ideas can help me
thank
There are multiple sollutions. The easiest is to
simply set it in resource files themselfs. So you
can create txt or csv file with accounts where
you will copy same account 10 times and that
resource file will have same number of lines like
list of groups - in your case 100.