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

CSV Importer is limited to max 4096 chars per column #1873

Open
lvca opened this issue Dec 22, 2024 · 1 comment
Open

CSV Importer is limited to max 4096 chars per column #1873

lvca opened this issue Dec 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lvca
Copy link
Contributor

lvca commented Dec 22, 2024

This issue was discussed on the Discord channel:

I'm trying to import data (few large .csv files) into db. I'm using Importer from inside docker container. With some of my files, I have a problem with the number of chars per column. Can I change csv parser config somehow? I'd like to go the easiest possible way...

image

@lvca lvca added the bug Something isn't working label Dec 22, 2024
@lvca lvca self-assigned this Dec 22, 2024
@lvca lvca added this to the 25.1.1 milestone Dec 22, 2024
lvca added a commit that referenced this issue Dec 22, 2024
@lvca
Copy link
Contributor Author

lvca commented Dec 22, 2024

@robfrank We should refactor to parser architecture to allow passing a InputStream as input, so we can write tests much faster, by just creating CSV in memory in the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant