Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Charles Nepote
validata-doc-generator
Commits
c83994eb
Commit
c83994eb
authored
Oct 25, 2018
by
Christophe Benz
Browse files
fixup!
parent
c89f3e15
Changes
1
Hide whitespace changes
Inline
Side-by-side
table_schema_to_md.py
View file @
c83994eb
...
...
@@ -189,7 +189,7 @@ def convert_content(json_content, out_fd):
out_fd
.
write
(
'
\n\n
## Modèle de données
\n\n
'
)
out_fd
.
write
(
"Ce modèle de données fait partie et respecte les exigences du "
"[Socle Commun des Données Locales](http: // opendatalocale.net/scdl/)."
"Il repose sur les {} champs suivants correspondant aux colonnes du fichier tabulaire
:
\n\n
"
.
format
(
"Il repose sur les {} champs suivants correspondant aux colonnes du fichier tabulaire
.
\n\n
"
.
format
(
len
(
json_content
[
'fields'
])))
for
child
in
json_content
[
'fields'
]:
convert_column
(
child
,
out_fd
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment