Page 1 of 1

Import of xml data

Posted: Wed Apr 21, 2021 10:36 am
by ricklincs
Nubuilders csv import works great, is easy and I and my users use it on a daily basis to import data. I have now been asked to look at been able to import xml files in the same way, anyone have any experience or online reading for this? For now I have been using excel to open the xml files and save to csv, then import the csv file in the same way. Not ideal for the users though. Thanks in advance.

Re: Import of xml data

Posted: Wed Apr 21, 2021 11:29 am
by kev1n
Hi,

Give this code a try.
You could either create a nuBuilder Procedure out of it or embed the code in an iFrame. The latter is easier.

Re: Import of xml data

Posted: Wed Apr 21, 2021 12:46 pm
by ricklincs
Thanks Kev1n, will have a look and give it a go. :D