Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to convert email column to text #1318

Closed
seancolsen opened this issue Apr 27, 2022 · 1 comment
Closed

Unable to convert email column to text #1318

seancolsen opened this issue Apr 27, 2022 · 1 comment
Labels
ready Ready for implementation type: bug Something isn't working work: backend Related to Python, Django, and simple SQL

Comments

@seancolsen
Copy link
Contributor

seancolsen commented Apr 27, 2022

Reproduce

  1. "New Table" > "Import data" > "Copy and Paste Text" > paste the following and click "Continue"

    first_name,last_name,email
    Foo,Bar,[email protected]
    
  2. Click "Finish Import"

  3. Change the "email" column from type "Email" to type "Text".

  4. Expect success.

  5. Observe the error:

    Cannot find a matching serializer for the specified type text

See also

@seancolsen seancolsen added ready Ready for implementation type: bug Something isn't working work: backend Related to Python, Django, and simple SQL labels Apr 27, 2022
@seancolsen seancolsen added this to the [07] Initial Data Types milestone Apr 27, 2022
@silentninja
Copy link
Contributor

silentninja commented Apr 27, 2022

PR #1293 should fix this issue too. Can we close this as this bug is tracked by #1276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation type: bug Something isn't working work: backend Related to Python, Django, and simple SQL
Projects
No open projects
Development

No branches or pull requests

2 participants