Skip to content

Commit ef246a2

Browse files
Merge remote-tracking branch 'upstream/main' into dat-851
2 parents acceba4 + d039181 commit ef246a2

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

composer.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Migration/Sources/CSV.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ private function exportRows(int $batchSize): void
298298
filter: FILTER_VALIDATE_BOOLEAN,
299299
options: FILTER_NULL_ON_FAILURE
300300
),
301+
Column::TYPE_POINT,
302+
Column::TYPE_LINE,
303+
Column::TYPE_POLYGON => \is_string($parsedValue) ? json_decode($parsedValue) : null,
301304
default => $parsedValue,
302305
},
303306
};

0 commit comments

Comments
 (0)