sj15600520109 opened a new issue, #7961: URL: https://github.com/apache/seatunnel/issues/7961
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description 2.3.8版本是不是也没支持数组对象的数据提取,复杂的json无法实现一行转多行的逻辑,例如我有个需求是从 {= "data": { "vul_code": "CVE-2024-38179", "modified_time": "2024-10-22 00:00:00", "id": "f0aad26bd7c2a2af5ffec382b0602736", "paper_id": "f0aad26bd7c2a2af5ffec382b0602736", "name": "CVE-2024-38179", "cve_code": "CVE-2024-38179", "vul_level": 3, "cwe_codes": [ "CWE-862:Missing Authorization" ], "vul_description": "Azure Stack Hyperconverged Infrastructure (HCI) Elevation of Privilege Vulnerability", "vul_source": "Microsoft Corporation", "vul_references": [ "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-38179" ], "cvss_v4_vector": "", "cvss_v4_score": "", "cvss_v4_severity": "", "cvss_v3_vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "cvss_v3_score": "8.8", "cvss_v3_severity": "HIGH", "cvss_v2_vector": "", "cvss_v2_score": "", "cvss_v2_severity": "", "release_time": "2024-10-08 00:00:00", "data_source_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38179", "data_source_type": 1, "rejected": 0, "cpe_nodes": [ { "depth": 2, "vulnerable": true, "previous": false, "urlName": "cpe%3A2.3%3Aa%3Amicrosoft%3Aazure_stack_hci%3A-%3A*%3A*%3A*%3A*%3A*%3A*%3A*", "cpe23Uri": "cpe:2.3:a:microsoft:azure_stack_hci:-:*:*:*:*:*:*:*", "cpe22Uri": "cpe:/a:microsoft:azure_stack_hci:-", "status": null, "resultingCpes": null, "dataTestId": "vuln-software-cpe-1-0-0", "id": "13345369", "matchCpes": [], "rangeDescription": "", "rangeStartType": "", "rangeStartVersion": "", "rangeEndType": "", "rangeEndVersion": "", "rangeId": "", "rangeCpes": [] }, { "depth": 2, "vulnerable": true, "previous": false, "urlName": "cpe%3A2.3%3Aa%3Amicrosoft%3Aazure_stack_hci%3A-%3A*%3A*%3A*%3A*%3A*%3A*%3A*", "cpe23Uri": "cpe:2.3:a:microsoft:azure_stack_hci2:-:*:*:*:*:*:*:*", "cpe22Uri": "cpe:/a:microsoft:azure_stack_hci:-", "status": null, "resultingCpes": null, "dataTestId": "vuln-software-cpe-1-0-0", "id": "13345390", "matchCpes": [], "rangeDescription": "", "rangeStartType": "", "rangeStartVersion": "", "rangeEndType": "", "rangeEndVersion": "", "rangeId": "", "rangeCpes": [] } ] } } 此json中提取data的1级数据到1张表;cpe_nodes的每一个元素都是一行到第二张表,是不是只能更改源码了 ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
