diff --git a/json_affiche_videos.json.html b/json_affiche_videos.json.html
index 7e4f291..90f17f4 100644
--- a/json_affiche_videos.json.html
+++ b/json_affiche_videos.json.html
@@ -25,6 +25,7 @@
"keywords": "input",
"provider": "select",
"user": "select",
+ "publication_date": "input",
"transcription_readable_content": "input",
"transcription_detailed_content": "input"
},
@@ -66,18 +67,18 @@
"id": #ID_CORPUS_VIDEO,
"titre" : [(#TITLE|json_encode)],
"description" : [(#DESCRIPTION|json_encode)],
- "keywords" : [(#KEYWORDS|json_encode)],
+ "keywords" : [(#KEYWORDS|replace{',',', '}|json_encode)],
"provider": [(#PROVIDER|json_encode)],
"user": [(#USER|json_encode)],
"user_id": [(#USER_ID|json_encode)],
"first_download_date": "",
- "publication_date": "",
+ "publication_date": [(#FIRST_DOWNLOAD_DATE|affdate{d/m/Y}|json_encode)],
"duration": "",
"page_url": [(#PAGE_URL|json_encode)],
"transcription_readable_file": [(#TRANSCRIPTION_READABLE_FILE|json_encode)],
"transcription_detailed_file": [(#TRANSCRIPTION_DETAILED_FILE|json_encode)],
"transcription_readable_content": [(#TRANSCRIPTION_READABLE_CONTENT|json_encode)],
- "transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|json_encode)]
+ "transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|replace{',',', '}|json_encode)]
}
}