Skip to content

Importing error from CSV file #80

Closed
@shivabhusal

Description

I exported a table from the remote MS-SQL database using Rails-DB 'export' link. It exported data in .csv format. Then I tried to import the csv file to the same app using local MSSQL database then I got this error.

Error occurred during import: TinyTds::Error: Incorrect syntax near ','.: id,username,username_canonical,email,email_canonical,enabled,salt,last_login,confirmation_token,password_requested_at,roles,uuid,first_name...

Expectation

Since I exported the data using the same app i.e. RailsDB it should be able to import the data without any error.

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