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.
1 parent be4443a commit 974d352Copy full SHA for 974d352
src/Migration/Sources/CSV.php
@@ -300,7 +300,7 @@ private function exportRows(int $batchSize): void
300
),
301
Column::TYPE_POINT,
302
Column::TYPE_LINE,
303
- COLUMN::TYPE_POLYGON => \is_string($parsedValue) ? json_decode($parsedValue) : null,
+ Column::TYPE_POLYGON => \is_string($parsedValue) ? json_decode($parsedValue) : null,
304
default => $parsedValue,
305
},
306
};
0 commit comments