Skip to content

Ignoring the first table when CSV file starts with BOM character  #143

@K4liber

Description

@K4liber

CSV file can have a BOM character at the start. Reading file with a default encoding does not raise an issue, but in such a case we ignore the first line (and the whole table if the file starts with a table block).
We should check the first character while loading a CSV content and raise and issue to inform the user that she needs to use other encoding while loading the file or change the file encoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions