Skip to content

Commit 29971ab

Browse files
Merge remote-tracking branch 'upstream/main' into feat-documents-db
2 parents c4a6fe9 + 731b3a9 commit 29971ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)