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

links are lost during csv-import #792

Closed
HassoSigbjoernson opened this issue Jan 21, 2024 · 2 comments
Closed

links are lost during csv-import #792

HassoSigbjoernson opened this issue Jan 21, 2024 · 2 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working

Comments

@HassoSigbjoernson
Copy link

HassoSigbjoernson commented Jan 21, 2024

Steps to reproduce

  1. create a table:
text (type: text) url (type: link-url)
text http://example.com
  1. export as csv
  2. import csv

Expected behavior

The complete row should be imported.

text (type: text) url (type: link-url)
text http://example.com
text http://example.com

Actual behavior

The importer doesn't report any problems, but the url is missing.

text (type: text) url (type: link-url)
text http://example.com
text

Tables app version

0.6.5

Database

PostgreSQL

Additional info

I get the following error message in the Nextcloud log:

Link cell value has incomplete json string.

@HassoSigbjoernson HassoSigbjoernson added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels Jan 21, 2024
@juliusknorr
Copy link
Member

This is likely fixed by #779

Could you check if the new 0.6.6 release fixes the issue for you?

@HassoSigbjoernson
Copy link
Author

It does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants