Commit 77d13fc
committed
Improve empty value handling in JSON, TSV and SQL readers
- Add emptyValue parameter to specify how to handle empty values (undefined, 0, null, NaN)
- Enhance null and empty value processing in all readers
- Add convertType function for automatic data type detection
- Add tests for empty value handling
- Add examples demonstrating readers with different parameters
- Align structure and logic of SQL, JSON and TSV readers with CSV and Excel readers1 parent 7b64f1d commit 77d13fc
File tree
8 files changed
+1835
-155
lines changed- src/io/readers
- test/io/readers
8 files changed
+1835
-155
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments