thisisboni
Programmer
Hi:
we need to get an xml file from an sftp location and load it to a table.
below is a sample xml file
<?xml version="1.0" encoding="UTF-8"?>
<Inventory xmlns=" <Stock WarehouseId="0" SkuId="787935679937"/>
<Stock WarehouseId="0" SkuId="787935679944"/>
<Stock WarehouseId="2" SkuId="787935938508" QuantityAvailable="0"/>
<Stock WarehouseId="2" SkuId="787935938515" QuantityAvailable="0"/>
</Inventory>
what is the 'best' way to do this - avg file size ~5Mb
Thanks
we need to get an xml file from an sftp location and load it to a table.
below is a sample xml file
<?xml version="1.0" encoding="UTF-8"?>
<Inventory xmlns=" <Stock WarehouseId="0" SkuId="787935679937"/>
<Stock WarehouseId="0" SkuId="787935679944"/>
<Stock WarehouseId="2" SkuId="787935938508" QuantityAvailable="0"/>
<Stock WarehouseId="2" SkuId="787935938515" QuantityAvailable="0"/>
</Inventory>
what is the 'best' way to do this - avg file size ~5Mb
Thanks