Commit cee3b18
committed
fix: map CSV sector column to pillar field on import
The import-export-entries plugin matches CSV columns to DB fields by name.
The output CSV had a "sector" column but the DB field is "pillar", so the
relation was never written. Destructure sector from the parsed row and
write it as pillar in the transformed output.1 parent 045774a commit cee3b18
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
223 | 224 | | |
224 | | - | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
0 commit comments