We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5c1d2c + 974d352 commit 731b3a9Copy full SHA for 731b3a9
src/Migration/Sources/CSV.php
@@ -298,6 +298,9 @@ private function exportRows(int $batchSize): void
298
filter: FILTER_VALIDATE_BOOLEAN,
299
options: FILTER_NULL_ON_FAILURE
300
),
301
+ Column::TYPE_POINT,
302
+ Column::TYPE_LINE,
303
+ Column::TYPE_POLYGON => \is_string($parsedValue) ? json_decode($parsedValue) : null,
304
default => $parsedValue,
305
},
306
};
0 commit comments