Skip to content

Commit

Permalink
Update community_data_parse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samapriya authored Oct 12, 2023
1 parent 3342f11 commit 0b33c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community_data_parse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
script: |
import csv
import json
with open('community_datasets.json') as f:
with open('community_datasets.json',encoding='utf-8') as f:
data = json.load(f)
with open('community_datasets.csv','w') as csvfile:
writer=csv.DictWriter(csvfile,fieldnames=["id", "provider", "title", "type","tags","sample_code","license","license_text"], delimiter=',',lineterminator='\n')
Expand Down

0 comments on commit 0b33c43

Please sign in to comment.