hasadna / datacity-k8s

1 stars 0 forks source link

automation for converting csv files to xlsx #117

Closed OriHoch closed 3 years ago

OriHoch commented 3 years ago

should have a process which automatically adds an xlsx resource for every csv resource - to allow easier opening of the files (some people might have problems opening csv files)

niryariv commented 3 years ago

basically it's the same file with an .xslx extension?

OriHoch commented 3 years ago

Yes, for every csv file we will add an xlsx file with the same data

niryariv commented 3 years ago

sounds good. moving to TODO

OriHoch commented 3 years ago

done, daily task in dgp handles this and adds an xlsx resource for every csv resource, e.g. - https://kfar-saba.datacity.org.il/dataset/schools

niryariv commented 3 years ago

@OriHoch

  1. Looks like the data preview for the xlsx file is empty. Can we fix this?

  2. Would it make sense to add it to the upload process instead of a background task, is it too time consuming? So that the user can know about the xlsx file and check it as soon as they upload

OriHoch commented 3 years ago

thanks,

  1. opened a new issue - #130
  2. handled in this issue, added your comment there - #129