ArrayIndexOutOfBoundsException while importing data using CSV Importer

0
  Hi All, Getting below exception while importing CSV using CSV import Java action com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.ArrayIndexOutOfBoundsException: Index 29 out of bounds for length 29 at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:84) How toresolve this issue. Thanks in Advance !! Surya
asked
1 answers
0

That usually means you don’t have enough data on one of your lines of CSV you are trying to import.

Do you control the data that you are trying to import? If you do, it may be worth checking that again to ensure the correct number of fields are being outputted.

answered