Htm file - Upload

Hi,
I have a .htm file, is there a way to upload it in Easy Morph ?

Thanks
Leonardo

Hi Leonardo,

HTML files are not supported in EasyMorph and no plans to support them. You can try importing them as regular text files and parse using EasyMorph transformations, but that could be a tedious task.

Ciao,
to work throught this problem the way should be:

  1. call Excel external program (done)
  2. execute a macro recorded in Excel (is it possible ?)

Thanks
Leonardo

You can do this using PowerShell as described here: vba - Calling Excel macros from PowerShell with arguments - Stack Overflow

Example of using PowerShell in EasyMorph is here: Importing password-protected xlsx - #2 by dgudkov

Note that this method would only work from EasyMorph Desktop, not EasyMorph Server.

I worked throught it with your solution.

EasyMorph --> Excel with Macro (File HTM --> Excel --> csv) --> EasyMorph …

Thanks
Leonardo

1 Like