What's Changed
Dot Notation Conversion
- Added functionality to convert nested objects and arrays into a single-level structure using dot notation for column names.
- Simplifies representation of hierarchical data for easier integration with tabular formats.
Object to Rows Conversion (Single Object)
- Introduced feature to convert a single object into rows suitable for Excel-like tabular representation.
- Facilitates direct export and manipulation of structured data.
Object to Rows Conversion (Large Data Sets)
- Implemented capability to process large data sets in chunks with configurable batch sizes.
- Optimizes memory utilization and performance for handling extensive data exports.
Documentation and Code Updates
- Updated documentation and code information to enhance clarity and usability (#1 by @MakeAnIque).
New Contributors
- @MakeAnIque made their first contribution (#1).
Full Changelog: View all changes