importing from xml-type data files
I have a number of programs that store data in hierarchical XML or JSON type formats, and I'm wondering whether it would be possible to import this data into IQ, perhaps with user assignment of the XML elements to IQ fields.
For example, I have a bookmark program called Linkman. It is very good but no longer actively developed. I often think how I could do more with the data in IQ than I can in Linkman. I can get the data into IQ but it's much more difficult than it should be. The export to CSV or TSV is not easy and that does not preserve the hierarchy of the data either. I examined the Linkman data file. It is XML type even if it is not exactly completely XML compliant (there is no root element, for example). But it is easy to see how the hierarchy of folders and bookmarks is achieved.
Here's a typical folder element:
<node type=folder>
- Read more about importing from xml-type data files
- Log in or register to post comments
