Data Import Help

I have web app that will not share data. No APIs, not even export capabilities. I could use some help with ideas of how to make this work.

Here is what the website looks like on the website:

And Attached is an excel file where I highlighted and copied the data into an excel sheet in three different way (Paste, Paste special as text, Paste match destination formatting).

Is there a way to bring the raw pasted data and correct it with MagicETL?
Or is there a way to simplify cleaning up the data?

Thanks!

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Are you able to monitor the network traffic in an effort to sniff which APIs it might be calling and then use those APIs?

    The cleanest option you have with your excel file would be the ctrl+v paste option into a local excel file that you upload then you can use Magic ETL to convert the data types and clean the data.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Are you able to monitor the network traffic in an effort to sniff which APIs it might be calling and then use those APIs?

    The cleanest option you have with your excel file would be the ctrl+v paste option into a local excel file that you upload then you can use Magic ETL to convert the data types and clean the data.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Thanks @GrantSmith that worked with the ETL.
    I would love to sniff out APIs, but neither have the skills nor the time right now to do that.