Commit be1ede0
committed
Add structured data transformation to CsvPlugin
This update introduces functionality to transform the `result` into a structured data format by converting each item into an `IDictionary<string, object?>`. The new structured data is stored in a variable called `structuredData` and is included in the `PluginContext` alongside the existing `Content` property.
#111 parent efe8ccb commit be1ede0
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | | - | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
0 commit comments