rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.88k stars 479 forks source link

Error while importing CSV to a table #1503

Closed mtalha101 closed 8 months ago

mtalha101 commented 8 months ago

Describe the bug I'm trying to upload a test CSV to my Rowy Table in order to test if batch import is working as expected. During the process, I am selecting a column for Document IDs. The column contains strings like iRjLMgqEa3YeshpWugXF, vlNhLqhxaWDnxSXDdkLu. The error I'm getting is n.charAt is not a function. When trying to batch import CSV using Auto-Generated Document IDs it works fine, but while selecting a specific column leads to this error.

Expected behavior The table should be able to import CSV by selecting a specific column to generate document IDs.

Screenshots

Screenshot 2023-12-07 at 6 01 32 AM

Desktop:

nikhilgupta58 commented 8 months ago

I am picking this up.

Chadha93 commented 8 months ago

Hi @nikhilgupta58, thanks for volunteering for the issue, it is already resolved here - https://github.com/rowyio/rowy/pull/1514.

Feel free to take more issues.

nikhilgupta58 commented 8 months ago

Sure