Adalennis opened a new issue, #6302: URL: https://github.com/apache/hop/issues/6302
### What would you like to happen? The Data Profiling feature provides useful metrics, but the current implementation makes the results hard to consume and analyze. Profiling outputs are shown per field and per metric, with no easy way to export all results into a single, consolidated Excel file. Additionally, showing NOT NULL counts without referencing the total number of records is misleading. In this context, NULL counts are more valuable, as they directly highlight data quality issues. Ideally, profiling results should include total row count and null counts (or percentages) to give proper context. This is a good concept, but the usability and output format need improvement to support real-world data quality analysis and reporting. Acceptance criteria (example): - Ability to export all profiling results into one Excel file - One row per field with consolidated metrics - Include total rows, null count (or null %) ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
