Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(Open-Data): Supprimer les ';' pour éviter des problèmes de syntaxe #1520

Open
qloridant opened this issue Jan 23, 2025 · 0 comments · May be fixed by #1522
Open

refactor(Open-Data): Supprimer les ';' pour éviter des problèmes de syntaxe #1520

qloridant opened this issue Jan 23, 2025 · 0 comments · May be fixed by #1522
Assignees

Comments

@qloridant
Copy link
Collaborator

qloridant commented Jan 23, 2025

Contexte

L'export des déclarations contient plusieurs champs de champs libres.

Problème

Ces champs peuvent impactés la syntaxe du fichier s'ils contiennent des ;, qui est le séparateur utilisé pour notre fichier csv
La syntaxe du fichier est donc erronée.

Solution

  1. Supprimer les ';' du fichier, ou
  2. Encapsuler les ';'
@qloridant qloridant self-assigned this Jan 23, 2025
@qloridant qloridant changed the title refactor(Open-Data): Corriger le formattage des listes refactor(Open-Data): Supprimer les ';' pour éviter des problèmes de syntaxe Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant