Álvaro Justen

Results 272 comments of Álvaro Justen

Can you share file contents or an equivalent code so I can reproduce here?

@mheijink I'm trying to reproduce here using `io.BytesIO` (is it equivalent to your `request.FILES['file']` object?) but couldn't. Could you please help creating a reproducible code? I've tried: ```python import io...

By now, you can force the type for a given column to be `rows.fields.TextField`. Add `force_types` parameter to the import function: `rows.import_from_html(..., force_types={"field_name": rows.fields.TextField})`.

Regarding to CLI: unfortunately not all CLI commands support forcing types. Some of them (`csv2sqlite`, `pgimport`) support passing a schema file via `--schema`, but this way you need specify all...

@aborruso if you think the field is being detected incorrectly (it was detected as `float` while you think it should be detected as `int`, for example), please open a new...

The [item](https://github.com/lorien/item) library may inspire a good API on this.

@buzios obrigado por criar a issue! Fiz backup do primeiro dump deles em março nesse novo formato e estou baixando agora a atualização de 10 de abril para checar se...

> Vi que o arquivo `cnae.py` faz scraping na página do IBGE. > > Existe uma API do IBGE para os CNAEs que certamente será bem mais simples e rápido...