标签: webpage oracle-apex-5
我有一个网络服务,通过网址我可以获得text format中的数据。
text format
有没有办法从网站获取数据并通过PLSQL将数据存储到数据库?
这是如何在网站上提供数据的。
数据格式:
locationId|locationName|city|state|postalCode|countryCode|regionId| 9|DELHI, DEL-BLDG01|DELHI|DEL|111000|IND|1|
谢谢。