There are 2 way to use csv file in botchief.
Way 1
1.1 set a init-table variable in your bot
1.2 Add some local string variable that will get the value of the table (like firstname, lastname, phonenumber...)
1.3 Use variable process action to let the string variable get the value of table row (every string variable will be a table column)
1.4 then you can use these string variable in your bot now.
1.5 after finish the bot, you can run it in botchief runner, there you can just import your csv file to set the inii-table variable, and select "delete the row after use"
This way, if you run the bot in multi-threads in botchief runner, every thread will use an unique row in the csv file to run.
Way 2
2 .1 in your bot, add a file read action to read the csv file into a table variable.
2.2. use the tableLoop action or loop action to get all rows in the table and use these value during the loop.
This way, if you run the bot using mulit-threads in botchief runner, every thread will use duplicate csv content.
Hope that helps. please feel free to contact me if you need any help.
Would you be able to give me specific setting details to import a 10 column 10 row csv file into the Botchief program. I tried your instruction but am still having trouble.
What would the specific settings and function order to look like with way 2. I would like multi-threading support.
P.S. If I am unable to figure it out even with a response can I Skype message with someone from support to figure out the problem in a prompt manner?
Would you be able to give me specific setting details to import a 10 column 10 row csv file into the Botchief program. I tried your instruction but am still having trouble.
What would the specific settings and function order to look like with way 2. I would like multi-threading support.
P.S. If I am unable to figure it out even with a response can I Skype message with someone from support to figure out the problem in a prompt manner?
our skype account: whitehatbox
by the way, we will help you asap, please wait for a moment. thanks
I would like that specific code as well, if you dont mind.
Im trying to learn as much as I can about botchief.