teableio / teable

✨ The Next Gen Airtable Alternative: No-Code Postgres
https://teable.io
Other
11.38k stars 519 forks source link

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

Closed solankimihir closed 4 months ago

solankimihir commented 5 months ago

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):

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.

caoxing9 commented 4 months ago

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