Commit 06d0a25a authored by delanoe's avatar delanoe

[FIX + TEST OK] Save corpus as CSV and import it in Gargantext.

parent 556ec1c4
......@@ -86,7 +86,8 @@ class NodeListResource(APIView):
writer = csv.writer(response)
keys = [ 'title' , 'journal', 'publication_date'
keys = [ 'title' , 'journal'
, 'publication_year', 'publication_month', 'publication_day'
, 'abstract', 'authors']
writer.writerow(keys)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment