Mar 01 2019 07:02 AM
Hello,
I am currently trying to automate some reporting that i undertake, this particular report is a cisco agent report which monitors the status of agents on a cisco phone system.
I am not able to currently get direct sql access so i have to pull the data manually and import it to update the reports.
i have recently found that you can email the data out in either "Inline HTML" "zip file which has excel file" or a PDF.
I want to be able to use any of them formats and email myself the data and then convert or use that data in a excel online sheet.
I have tried various different ways and can even manage to get the functionality but i can not get the right data to populate in the rows.
The columns in the report are as follows:
Agent Name, Agent ID, State transition time,Agent State,Reason code,duration
I'm wondering if someone can help me to get this working and help me to work out the best way to get this to function or linking me to someone who may have achieved this previously.
Mar 03 2019 07:20 AM - edited Mar 03 2019 07:31 AM
Rigas,
Sounds like the columns aren't aligning with the desired text...
There are some options for converting a table in pdf into excel
Manually - https://www.economicsnetwork.ac.uk/tips/pdf2excel
Automated -https://docparser.com/blog/microsoft-flow-powerapps/ (not free)
We could also try to manipulate the inline html file if you want to post the layout.
Hope this helps.
Terry
May 31 2019 04:23 AM
Hello i tried the parser you have shown but its not free, i managed to get power bi to allow me to work with zip files and extract them but now i have a new issue of that the format of the excel sheet is not supported in power BI due to been 2003 excel.
I will try get some inline html as a example.