urania-dev / snapp

Yet Another Url Shortner. A simple excercise to learn Svelte.
https://snapp.li
MIT License
210 stars 11 forks source link

It seems the 'notes' field is missing when importing from CSV #54

Closed IvanLi-CN closed 1 month ago

IvanLi-CN commented 1 month ago

I'm using docker.io/uraniadev/snapp:0.8.6.6. After testing the export and import functions, I noticed that while the CSV file includes the 'notes' field with data during export, this information is lost when importing back into the system.

The issue appears to be in this section of the code: https://github.com/urania-dev/snapp/blob/ed21ad414443a5218f258ad23bd6d4492938ebe1/src/routes/settings/import/%2Bpage.svelte#L49-L57

Any assistance in resolving this would be greatly appreciated. Thank you!

urania-dev commented 1 month ago

i'll add this fix to the queue :)

urania-dev commented 1 month ago

try now

IvanLi-CN commented 1 month ago

It's working great now! Thank you for your dedication and quick response.

urania-dev commented 1 month ago

thank you for taking time to signaling all the bugs :)