We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"30088";"75101";"PARIS";"17100";;"75";"11";"PARIS";"PARIS 01";"75001"; | |
"30089";"75102";"PARIS";"22390";;"75";"11";"PARIS";"PARIS 02";"75002"; | |
"30090";"75103";"PARIS";"35991";;"75";"11";"PARIS";"PARIS 03";"75003"; | |
"30091";"75104";"PARIS";"27769";;"75";"11";"PARIS";"PARIS 04";"75004"; | |
"30092";"75105";"PARIS";"60179";;"75";"11";"PARIS";"PARIS 05";"75005"; | |
"30093";"75106";"PARIS";"43224";;"75";"11";"PARIS";"PARIS 06";"75006"; | |
"30094";"75107";"PARIS";"57092";;"75";"11";"PARIS";"PARIS 07";"75007"; | |
"30095";"75108";"PARIS";"38749";;"75";"11";"PARIS";"PARIS 08";"75008"; | |
"30096";"75109";"PARIS";"59474";;"75";"11";"PARIS";"PARIS 09";"75009"; | |
"30097";"75110";"PARIS";"94474";;"75";"11";"PARIS";"PARIS 10";"75010"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c0f5c78ffde720a1f28d9736bc1cc8bb08612fb2 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?S=C3=A9bastien=20Le=20Ray?= <[email protected]> | |
Date: Thu, 16 Feb 2023 22:05:51 +0100 | |
Subject: [PATCH] gdpr-dump: work around tableColumnTypes visibility | |
Use of hookTransformColumnStmt won't allow to have previous behavior | |
(using hook preempts any standard behavior of Mysqldump which is not | |
what we want in gdpr-dump). For now, make tableColumnTypes visible for | |
subclasses again | |
--- |