FlatFileInterface CSV Import not working: Number of columns does not match defined columns

0
Hi there, I am using the FlatfileInterface to import a csv file.  I have created the following template: Link to image: https://ibb.co/hcG0gz I have added a page where I upload this CSV: CycleName,Theme,From,To,ProductionDays,Bouquet,Size 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",A,S 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",A,M 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",A,L 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",B,S 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",B,M 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",B,L 46-48,Fall,14-11-2018,27-11-2018,"Tue, Wed, Thu, Fri",C,M Gift MLP 5,Gift,23-10-2018,2-12-2018,"Mon,Tue, Wed, Thu, Fri",Gift,M After uploading, I retrieve my interface definition and use the FlatFileInterface.ExecuteInterface_Delimited_4_1_00 Java action to process the CSV. Every time I do this, I get the following log messages from the FFI: Does anybody have an idea of what I am doing wrong? Thanks for your help! Tim
asked
2 answers
3

It seems to me that in your configuration the 'scheidingsteken' should not be double quote, but comma. I think the drop down selection overrules the manual input?

answered
0

The importer processes my csv now but for some reason, I cannot retrieve the objects (lines) that are imported. Any thoughts on what it could be?

answered