beekeeper-studio icon indicating copy to clipboard operation
beekeeper-studio copied to clipboard

CSV Import Fails with Too few fields

Open briankariuki opened this issue 10 months ago • 1 comments

Describe the bug image

I have a large csv with many columns. I have used the column mapping feature to map csv columns to my database columns, When I hit run import I get the error above in the image.

Expected behavior That the csv import will work succesfully.

Version Information (please complete the following information):

  • OS: Sonoma 14.3.1 (23D60)
  • App Version 4.1.13 (4.1.13)
  • Database type and version Postgresql 16

briankariuki avatar Apr 11 '24 04:04 briankariuki

@briankariuki hmm, that does seem weird. I know you probably can't share the exact CSV file you used with me, but if you can help us replicate the issue then we can fix it (and add the files to an integration test).

I need two things to reproduce:

  1. A Table schema
  2. A sample CSV file that reliably causes the error.

If you can help us with those two things I'll get this fixed before the next release!

rathboma avatar Apr 11 '24 13:04 rathboma