Now, let's download the CSV files that were generated by IQ Bot. These CSV files contain the invoice data from the mapping we created in the learning instance. To create this Task Bot, follow these steps:Â Â
- Go to My Bots on the left panel and select Create a bot, just like we did in the previous section. Name it Invoice Download.Â
- We just need one Action to download the files from IQ Bot. Let's look up and add the IQ Bot Download all documents Action. In its properties, choose the learning instance we created earlier. For the Local output folder, add the path where you'd like the bot to place the processed CSV files:
- Save the bot and run it. Once the bot has run successfully, go to the processed CSV files folder and check whether you have the files. The bot will have processed all the invoices that matched the format that we trained it on.
Now that we have the structured data downloaded, let...