How to import data from IDEA file without using IDEA

2 posts / 0 new
Last post
mohamed
Offline
Joined: 07/27/2015 - 03:45
How to import data from IDEA file without using IDEA

Hi,
 
I have a requirement to accept IDEA file (IDM/IMD) as a source of data to import in my application. But IDEA will not be installed anywhere. Is there anyway to read IDEA file with my code (mostly .net) without installing any IDEA components?
 
Thanks,
 
Shafeer
 
 

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

HI Shafeer,

Not that I know of, I think you would have to first extract the file from the computer with IDEA and put it in a text file, excel file, etc that your application can read. 

Brian