Skip to content

Fix where occasionally imported CSV files fail to import #42

@Lfis1sDrink

Description

@Lfis1sDrink

For example:

  1. The import of retail_superstore_0819 failed: Error parsing file Inventory.csv
    Error occurred at offset 66, exception detail:
    Failed to parse column 4 into type DATE: there is more content than we expect
    The error item is 11:19:42
    Error line:
    IN00001,852,2025-07-03 11:19:42,96,2026-03-29 11:19:42
    The time format is correct, but the import failed [Unresolved]

  2. sport_hockey_0817 import error:
    Error parsing file SEASON.csv
    Error occurred at offset 41, exception detail:
    Missing delimiter after column 1
    Error line:
    SN0000,2022-09-01 00:00:00,2023-06-30 00:00:00,LG0000

  3. airport_airline_08181545 import error:
    Error parsing file Aircraft.csv
    Error occurred at offset 100, exception detail:
    Missing delimiter after column 5
    Error line:
    AC0001,C25890J,Airbus A330,Airbus,255,2016-08-20 15:44:35,2026-10-16 15:44:35

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