Hello Community,
I'm currently working with the DAP CLI tool to import Canvas Data 2 into a database, but I'm running into an issue where the tables and column headers are created successfully but the table rows remain empty. This is after running the “initdb” command (dap initdb --namespace canvas --table TABLENAME).
I am using the Command prompt as an admin in Windows 10 and Python version 3.12.2. I have tried both PostgreSQL and MySQL and have the same issue. It even says that “Data has been successfully retrieved” with a ‘.tsv.gs’ file mentioned. But when I look at the table, it just has empty rows. This happens with any of the tables I try to import into the database.
Has anyone else experienced this issue, or can anyone offer guidance on what might be going wrong or what I should try next?
Any insights or suggestions would be greatly appreciated!