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
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