turicas/rows

Autodetect encoding from CSV files

開放

#129 建立於 2015年10月20日

 (5 則留言) (0 個反應) (0 位負責人)Python (136 個分叉)github user discovery
enhancementhelp wantedutils

倉庫指標

星標
 (886 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

We are using rows in https://github.com/interlegis/interlegis.portalmodelo.transparency to import generic CSV files that users upload, but sometimes the tools used to generate the CSV are not pattern like and generates data with alien encondings, like MS Excel. We need to autodetec the encoding used in the files maybe using some lib as 'chardet' or the 'file' Linux command.

貢獻者指南