Hi,
I want to import the xml files into NAV automatically,
My POS system generates XML files and drop them in a particular folder with a Time Stamp,
like this for example
Pos_28102009122521.xml
Pos_28102009123525.xml
what i need to do is to search for the XML files that are in the folder like
c:\inbound\Pos_*.xml, which will pick the files 1 by one and then import them into NAV.
Any help would be great
Thanks
0
Comments
Also look into the EXISTS function.
Thanks guys my issue is solved
Thanks again
Also notice the issue that matttrax mentions, and search the forum for this, to avoid problems with this approach.