Commit a5ccef3
authored
Array Object "Expansion" - Add Deep-CSV Conversion for Objects in Arrays (#103)
* feat: add array object expansion functionality
* Allow for objects appearing in array values to be expanded and deep-converted to CSV.
* fix: remaining behavior fixes after latest deeks update
* Fixes handling with duplicate key issue using the new option in the deeks module (from mrodrig/deeks#6).
Adds functionality for #102.
* chore(release): 3.2.01 parent 5f7ad3d commit a5ccef3
File tree
14 files changed
+1560
-12
lines changed- src
- test
- config
- data
- csv
- json
- upgrade_guides
14 files changed
+1560
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
58 | 75 | | |
59 | 76 | | |
60 | 77 | | |
| |||
117 | 134 | | |
118 | 135 | | |
119 | 136 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
124 | 141 | | |
125 | 142 | | |
126 | 143 | | |
| |||
0 commit comments