We had an old framework which reads the data from external table and processes it. Now I want to use the same but this time I will get data from Handsontable Json. Here I want to do it in a bulk insert into external table so that it's easy for me to use the existing framework.
FROM json_table(p_transaction,
'$.massARData[*]'
COLUMNS(sysName PATH '$.sysName',
erpTaxCode PATH '$.erpTaxCode',
taxengTaxCode PATH '$.taxengTaxCode',
txnDate PATH '$.txnDate',
taxPointDate PATH '$.taxPointDate