Hello. I want to do something which seems quite simple to me. I have a tfileinputexcel component and a tadvancedXMLoutput. In my excel file, some rows can sometimes be empty if the data isn't available. I want that in this case, the XML bounds doesn't appear in the final XML file. For example: With a Excel like this
The schema of the xlsx has the 'nullable' check, but i get a "IllegalStateException: Bad cell type" when it tries to convert the empty cell into 'string/numeric/...' What is missing ? Thanks.
We are facing an Issue while extracting data from Excel 2007 File. connecting to socket on port 3420 connected Exception in component tFileInputExcel_2 java.lang.IllegalStateException: Bad cell type (3) Did you come across this error. Talend Version: 3.2.3 Integration Suite Source: Excel 2007 (.xlsx) Target: Mysql I have 9 columns with blank cells here and there. At Talend level: I designated all columns as Nullable and Strings.