To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Converting csv file to xes file

I'm using the related plugin in prom framework to convert a csv file to a xes file
I'm getting an exception : index out of bound.
The exception is returned in the first step of the plugin.


here is an example of the schema of the file: 
(the file  is exportd from oracle database)

What can be the error due to?
I'm using the lastest version of prom (6.9)



Comments

  • Hi,

    A possible explanation for this is that not all lines in the CSV file have the same number of fields (columns).

    As far as I can see, you're using the semicolon as separator character. Are there any fields that contain semicolons? If so, this may result in the filed to be split into multiple fields.

    Kind regards,
    Eric.
  • Muna
    edited August 2019
    Okaay,I checked that,
    And I've changed the separator to double quote for each entry of the file.
    As all the data is exported from oracle database, I'm sure that every line has the same number of columns.

    And no there are no fields containing semicolons


Sign In or Register to comment.