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 import linked records when importing excel/csv #585

Closed
solankimihir opened this issue May 4, 2024 · 1 comment · Fixed by #602
Closed

Unable to import linked records when importing excel/csv #585

solankimihir opened this issue May 4, 2024 · 1 comment · Fixed by #602
Assignees
Labels
roadmap This looks great. We want to make it happen.

Comments

@solankimihir
Copy link

Describe the bug
When importing records in an existing table, I am unable to import values in a field if it is linked to another table.

To Reproduce
Create a Client table and Tasks table, and link them:
Client table would look like this:
image

Tasks Table would look like this:
image

Notice that the Tasks in Tasks Table are linked to a client. Based on that linked client, the "Mapped to" is being lookedup from Client Table.

When I import additional tasks from Excel file into the Tasks table, I am unable to specify "Clients".

Screenshot of input file below:
image

Screenshot of import menu below:
image

Expected behavior
As long as I have correct Client names, I should be able to import this.
As a work around I create a "temp_Client Name" column where I import "Client Name" and then I copy paste values form "temp_Client Name" column to "Client Name" column. This copy pasting correctly links the relevant client from Client table in Tasks Table.

Screenshots
Screenshots in line above.

** Client (please complete the following information):**

  • OS: Windows
  • Browser Firefox
  • Version 126.0b8 (64-bit)

Platform (Please tell us which deployment version you are using)
Teable.io and Docker-Standalone both

Additional context
I do copy paste (workaround noted above) from Microsoft Edge, since firefox does not support it yet.

@tea-artist tea-artist added the roadmap This looks great. We want to make it happen. label May 5, 2024
@caoxing9
Copy link
Contributor

Appreciate for feed back. It is necessary for in-place import link type field. We'll support it soon.

@caoxing9 caoxing9 linked a pull request May 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap This looks great. We want to make it happen.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants