我需要自动解析位于http url(例如http://example.com/report.csv)上的csv文件并加载到表中。我怎么能用pl / sql来做呢?
答案 0 :(得分:1)
以下代码(来自http://www.talkapex.com/2017/04/query-csv-data-using-apex-5-1-apis/)显示了如何在SQL中解析CSV文件:
vm.getDepartments = function() {
vm.departments = DbService.getAllDepartments(function(result){
console.log(result);
});
}();
您还可以使用div.wpcf7-response-output {
padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #ff6600;
text-align: center;
direction: rtl;
}
(https://docs.oracle.com/database/apex-5.1/AEAPI/MAKE_REST_REQUEST-Function.htm#AEAPI1955)