Skip to content

tab separator not recognized #78

@verajosemanuel

Description

@verajosemanuel

I use it inside a Docker container (datasette) but seems that tab separated files (tsv) are not properly processed.
All columns are reduced to one.


csvs-to-sqlite my-file.tsv my-file.db -s $'\t'

/usr/local/lib/python3.7/site-packages/csvs_to_sqlite/utils.py:46: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support regex separators (separators > 1 char and different from '\s+' are interpreted as regex); you can avoid this warning by specifying engine='python'.
  dtype=dtype,
/usr/local/lib/python3.7/site-packages/pandas/core/generic.py:2789: UserWarning: The spaces in these column names will not be changed. In pandas versions < 0.14, spaces were converted to underscores.
  method=method,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions